/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | text_blob.cpp | 80 Path TextBlob::GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob) in GetDrawingPathforTextBlob() function in OHOS::Rosen::Drawing::TextBlob 82 return StaticFactory::GetDrawingPathforTextBlob(glyphId, blob); in GetDrawingPathforTextBlob()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_text_blob.cpp | 38 return RSTextBlob::GetDrawingPathforTextBlob(glyphId, textBlob_.get()); in GetPathbyGlyphID()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
H A D | text_blob_fuzzer.cpp | 45 TextBlob::GetDrawingPathforTextBlob(0, textblob.get()); in TextBlobFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | hm_symbol_run.cpp | 102 OHOS::Rosen::Drawing::Path path = RSTextBlob::GetDrawingPathforTextBlob(glyphId, blob); in DrawSymbol() 107 … path = RSTextBlob::GetDrawingPathforTextBlob(symbolData.symbolInfo_.symbolGlyphId, blob); in DrawSymbol()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 329 Path StaticFactory::GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob) in GetDrawingPathforTextBlob() function in OHOS::Rosen::Drawing::StaticFactory 333 return DDGRStaticFactory::GetDrawingPathforTextBlob(glyphId, blob); in GetDrawingPathforTextBlob() 336 return EngineStaticFactory::GetDrawingPathforTextBlob(glyphId, blob); in GetDrawingPathforTextBlob()
|
H A D | static_factory.h | 81 static Path GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_static_factory.cpp | 192 Path SkiaStaticFactory::GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob) in GetDrawingPathforTextBlob() function in OHOS::Rosen::Drawing::SkiaStaticFactory 194 return SkiaTextBlob::GetDrawingPathforTextBlob(glyphId, blob); in GetDrawingPathforTextBlob()
|
H A D | skia_text_blob.h | 55 static Path GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob);
|
H A D | skia_static_factory.h | 81 static Path GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob);
|
H A D | skia_text_blob.cpp | 197 Path SkiaTextBlob::GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob) in GetDrawingPathforTextBlob() function in OHOS::Rosen::Drawing::SkiaTextBlob
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | text_blob.h | 63 static Path GetDrawingPathforTextBlob(uint16_t glyphId, const TextBlob* blob);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_text_blob_test.cpp | 124 auto path = SkiaTextBlob::GetDrawingPathforTextBlob(glyphId, blob.get());
|
H A D | skia_static_factory_test.cpp | 192 auto skiaStatic = SkiaStaticFactory::GetDrawingPathforTextBlob(glyphId, textBlob.get());
|