Home
last modified time | relevance | path

Searched refs:GetBitmap (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_drawing_node_test.cpp112 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 Drs_canvas_drawing_node.cpp83 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 Drs_canvas_drawing_node.h42 bool GetBitmap(Drawing::Bitmap& bitmap,
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font.cpp174 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 Dglyphs_manager.cpp145 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 Dui_font_bitmap.cpp136 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 Dui_font_cache_manager.cpp106 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 Dglyphs_manager.h47 int8_t GetBitmap(uint32_t unicode, BufferInfo& bufInfo, uint16_t fontId);
H A Dui_font_vector.cpp649 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 Dui_font_cache_manager.h38 uint8_t* GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle);
H A Dui_font_cache.h72 uint8_t* GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle);
H A Dglyphs_file.h43 int8_t GetBitmap(GlyphNode& node, BufferInfo& bufInfo);
H A Dui_font_cache.cpp96 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 Drs_canvas_drawing_render_node.h55 Drawing::Bitmap GetBitmap();
56 Drawing::Bitmap GetBitmap(const uint64_t tid);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/
H A Dui_test_view_bitmap.cpp50 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 Dmy_xcomponent.cpp275 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 Dtest_base.h50 OH_Drawing_Bitmap* GetBitmap();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h81 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 Drs_canvas_drawing_render_node.cpp302 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 Drs_canvas_drawing_render_node_test.cpp338 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 Dui_font_bitmap.h38 …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 Drs_canvas_drawing_render_node_drawable_test.cpp369 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 Drscanvasdrawingnode_fuzzer.cpp121 canvasDrawingNode.GetBitmap(bitmap, list, &rect); in DoGetBitmap()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dbase_font.h81 …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 Drs_canvas_drawing_render_node_drawable.h47 Drawing::Bitmap GetBitmap(Drawing::GPUContext* grContext);

123