/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_canvas_drawing_node_test.cpp | 112 bool res = drawingNode->GetBitmap(bitmap, drawCmdList, &rect); 118 drawingNode->GetBitmap(bitmap, drawCmdList, &rect); 122 res = drawingNode->GetBitmap(bitmap, drawCmdList, &rect);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_drawing_node.cpp | 83 bool RSCanvasDrawingNode::GetBitmap(Drawing::Bitmap& bitmap, in GetBitmap() function in OHOS::Rosen::RSCanvasDrawingNode 93 bool ret = renderServiceClient->GetBitmap(GetId(), bitmap); in GetBitmap() 109 auto getBitmapTask = [&node, &bitmap]() { bitmap = node->GetBitmap(); }; in GetBitmap()
|
H A D | rs_canvas_drawing_node.h | 42 bool GetBitmap(Drawing::Bitmap& bitmap,
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font.cpp | 174 uint8_t* UIFont::GetBitmap(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSiz… in GetBitmap() function in OHOS::UIFont 181 bitmap = instance_->GetBitmap(unicode, glyphNode, shapingFont, fontSize); in GetBitmap() 187 bitmap = instance_->GetBitmap(unicode, glyphNode, fontId, fontSize); in GetBitmap() 199 bitmap = instance_->GetBitmap(unicode, glyphNode, searchLists[currentIndex], fontSize); in GetBitmap()
|
H A D | glyphs_manager.cpp | 145 int8_t GlyphsManager::GetBitmap(uint32_t unicode, BufferInfo& bufInfo, uint16_t fontId) in GetBitmap() function in OHOS::GlyphsManager 150 int8_t ret = glyphsFiles_[i]->GetBitmap(cacheNode->node, bufInfo); in GetBitmap() 164 int8_t ret = glyphsFiles_[i]->GetBitmap(*node, bufInfo); in GetBitmap()
|
H A D | ui_font_bitmap.cpp | 136 uint8_t* UIFontBitmap::GetBitmap(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t f… in GetBitmap() function in OHOS::UIFontBitmap 232 return dynamicFont_.GetBitmap(unicode, bufInfo, fontId); in GetDynamicFontBitmap() 238 return UIFontCacheManager::GetInstance()->GetBitmap(fontId, unicode, textStyle); in GetCacheBitmap() 267 uint8_t* bitmap = fontCacheManager->GetBitmap(fontId, unicode, textStyle); in SearchInFont() 280 ret = dynamicFont_.GetBitmap(unicode, bufInfo, fontId); in SearchInFont()
|
H A D | ui_font_cache_manager.cpp | 106 uint8_t* UIFontCacheManager::GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle) in GetBitmap() function in OHOS::UIFontCacheManager 109 return bitmapCache_->GetBitmap(fontKey, unicode, textStyle); in GetBitmap()
|
H A D | glyphs_manager.h | 47 int8_t GetBitmap(uint32_t unicode, BufferInfo& bufInfo, uint16_t fontId);
|
H A D | ui_font_vector.cpp | 649 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, glyphNode.textStyle); in GetGlyphNode() 651 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, TEXT_STYLE_NORMAL); in GetGlyphNode() 683 uint8_t* UIFontVector::GetBitmap(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t f… in GetBitmap() function in OHOS::UIFontVector 688 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, glyphNode.textStyle); in GetBitmap() 690 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, TEXT_STYLE_NORMAL); in GetBitmap() 718 bitmap = fontCacheManager->GetBitmap(fontKey, unicode, glyphNode.textStyle); in GetBitmap() 720 bitmap = fontCacheManager->GetBitmap(fontKey, unicode, TEXT_STYLE_NORMAL); in GetBitmap()
|
H A D | ui_font_cache_manager.h | 38 uint8_t* GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle);
|
H A D | ui_font_cache.h | 72 uint8_t* GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle);
|
H A D | glyphs_file.h | 43 int8_t GetBitmap(GlyphNode& node, BufferInfo& bufInfo);
|
H A D | ui_font_cache.cpp | 96 uint8_t* UIFontCache::GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle) in GetBitmap() function in OHOS::UIFontCache
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_canvas_drawing_render_node.h | 55 Drawing::Bitmap GetBitmap(); 56 Drawing::Bitmap GetBitmap(const uint64_t tid);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/ |
H A D | ui_test_view_bitmap.cpp | 50 view.GetBitmap(info_, ARGB8888); in OnClick() 89 view.GetBitmap(info_, XRGB8888); in OnClick() 127 view.GetBitmap(info_, RGB888); in OnClick() 165 view.GetBitmap(info_, RGB565); in OnClick()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xcomponent.cpp | 275 BitmapToScreenCanvas(testCase->GetBitmap()); in TestPerformanceCpu() 289 BitmapToScreenCanvas(testCase->GetBitmap()); in TestPerformanceGpu() 302 BitmapToScreenCanvas(testCase->GetBitmap()); in TestFunctionCpu() 313 BitmapToScreenCanvas(testCase->GetBitmap()); in TestStabilityCpuInner() 326 BitmapToScreenCanvas(testCase->GetBitmap()); in TestStabilityCpuInner() 347 BitmapToScreenCanvas(testCase->GetBitmap()); in TestFunctionGpu()
|
H A D | test_base.h | 50 OH_Drawing_Bitmap* GetBitmap();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.h | 81 const SkBitmap& GetBitmap() const in GetBitmap() function 83 const RSBitmap& GetBitmap() const in GetBitmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_drawing_render_node.cpp | 302 Drawing::Bitmap RSCanvasDrawingRenderNode::GetBitmap() in GetBitmap() function in OHOS::Rosen::RSCanvasDrawingRenderNode 304 return GetBitmap(UNI_MAIN_THREAD_INDEX); in GetBitmap() 326 Drawing::Bitmap RSCanvasDrawingRenderNode::GetBitmap(const uint64_t tid) in GetBitmap() function in OHOS::Rosen::RSCanvasDrawingRenderNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 338 HWTEST_F(RSCanvasDrawingRenderNodeTest, GetBitmap, TestSize.Level1) 344 rsCanvasDrawingRenderNode.GetBitmap(tid); 349 ASSERT_NE(rsCanvasDrawingRenderNode.GetBitmap(tid).bmpImplPtr, nullptr); 351 rsCanvasDrawingRenderNode.GetBitmap();
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/ |
H A D | ui_font_bitmap.h | 38 …uint8_t* GetBitmap(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize = 0) …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable_test.cpp | 369 drawable->GetBitmap(grContext); 373 drawable->GetBitmap(grContext); 377 drawable->GetBitmap(gpuContext.get());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rscanvasdrawingnode_fuzzer/ |
H A D | rscanvasdrawingnode_fuzzer.cpp | 121 canvasDrawingNode.GetBitmap(bitmap, list, &rect); in DoGetBitmap()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | base_font.h | 81 …virtual uint8_t* GetBitmap(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSi…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable.h | 47 Drawing::Bitmap GetBitmap(Drawing::GPUContext* grContext);
|