/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___run_buffer.md | 39 ### glyphs subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___run_buffer.md | 38 ### glyphs subsection
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_blob.h | 131 uint16_t* glyphs; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | text_blob_builder.h | 41 uint16_t* glyphs; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/ |
H A D | font_fuzzer.cpp | 128 uint16_t* glyphs = new uint16_t[count]; in FontFuzzTest004() local 160 uint16_t* glyphs = new uint16_t[count]; in FontFuzzTest005() local 206 uint16_t* glyphs = new uint16_t[count]; in FontFuzzTest006() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font.cpp | 141 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() argument 146 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() argument 237 uint16_t glyphs[], int maxGlyphCount) const in TextToGlyphs()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font.cpp | 98 void Font::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() argument 103 void Font::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() argument 174 uint16_t glyphs[], int maxGlyphCount) const in TextToGlyphs()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | text_blob_test.cpp | 40 uint16_t glyphs[9] = { 65, 227, 283, 283, 299, 2, 94, 37, in OnTestPerformance() local 148 …uint16_t glyphs[9] = { 65, 227, 283, 283, 299, 2, 94, 37, 84 }; // 65, 227, 283, 283, 299, 2, 94, … in OnTestPerformance() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_common.h | 39 uint16_t glyphs; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktextblob_fuzzer/ |
H A D | ndktextblob_fuzzer.cpp | 108 uint16_t glyphs[count]; in NativeDrawingTextBlobTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_test.cpp | 125 uint16_t glyphs[50] = {0}; // 50 means glyphs array number variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_font_test.cpp | 163 uint16_t glyphs[] = { 0, 0 }; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font.cpp | 214 OH_Drawing_TextEncoding encoding, uint16_t* glyphs, int maxGlyphCount) in OH_Drawing_FontTextToGlyphs() 224 void OH_Drawing_FontGetWidths(const OH_Drawing_Font* cFont, const uint16_t* glyphs, int count, floa… in OH_Drawing_FontGetWidths()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/ |
H A D | ndkfont_fuzzer.cpp | 227 uint16_t glyphs[count]; in NativeDrawingFontTest006() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/ |
H A D | js_run.cpp | 152 std::vector<uint16_t> glyphs = run_->GetGlyphs(); in OnGetGlyphs() local
|