/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_blob.h | 131 uint16_t* glyphs; member
|
/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, 37, 84字形符号数组 in OnTestPerformance() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | text_blob_builder.h | 41 uint16_t* glyphs; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_font_test.cpp | 163 uint16_t glyphs[] = { 0, 0 }; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/ |
H A D | run_test.cpp | 99 auto glyphs = runs_[0]->GetGlyphs(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_common.h | 39 uint16_t glyphs; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | run_test.cpp | 100 auto glyphs = runs_[0]->GetGlyphs(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font.cpp | 65 void Font::DrawGlyphs(BASE_NS::array_view<const GlyphInfo> glyphs, const FontDefs::RenderData& renderData) in DrawGlyphs() argument
|
/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
|
/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
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_run.cpp | 129 auto glyphs = reinterpret_cast<AdapterTxt::RunImpl*>(run)->GetGlyphs(start, length); in OH_Drawing_GetRunGlyphs() local 153 ObjectArray* glyphs = reinterpret_cast<ObjectArray*>(glyphsArray); in OH_Drawing_GetRunGlyphsByIndex() local 163 ObjectArray* glyphs = reinterpret_cast<ObjectArray*>(glyphsArray); OH_Drawing_DestroyRunGlyphs() local [all...] |
H A D | drawing_font.cpp | 227 void OH_Drawing_FontGetWidths(const OH_Drawing_Font* cFont, const uint16_t* glyphs, int count, float* widths) in OH_Drawing_FontGetWidths() argument 402 OH_Drawing_ErrorCode OH_Drawing_FontGetBounds(const OH_Drawing_Font* cFont, const uint16_t* glyphs, uint32_t count, in OH_Drawing_FontGetBounds() argument 216 OH_Drawing_FontTextToGlyphs(const OH_Drawing_Font* cFont, const void* text, uint32_t byteLength, OH_Drawing_TextEncoding encoding, uint16_t* glyphs, int maxGlyphCount) OH_Drawing_FontTextToGlyphs() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_test.cpp | 127 uint16_t glyphs[50] = {0}; // 50 means glyphs array number in HWTEST_F() local 436 uint16_t glyphs[count]; HWTEST_F() local 466 uint16_t glyphs[count]; HWTEST_F() local 494 uint16_t glyphs[count]; HWTEST_F() local 543 uint16_t glyphs[count]; HWTEST_F() local 578 uint16_t glyphs[count]; HWTEST_F() local 612 uint16_t glyphs[count]; HWTEST_F() local 781 uint16_t glyphs[count]; HWTEST_F() local [all...] |
H A D | drawing_text_run_test.cpp | 178 OH_Drawing_Array* glyphs = OH_Drawing_GetRunGlyphs(run, 0, count); in HWTEST_F() local 276 OH_Drawing_Array* glyphs = OH_Drawing_GetRunGlyphs(run, 0, count); in HWTEST_F() local 376 OH_Drawing_Array* glyphs = OH_Drawing_GetRunGlyphs(run, -1, -100); HWTEST_F() local 476 OH_Drawing_Array* glyphs = OH_Drawing_GetRunGlyphs(run, 0, 0); HWTEST_F() local [all...] |
/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]; FontFuzzTest006() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/ |
H A D | js_run.cpp | 170 std::vector<uint16_t> glyphs = run_->GetGlyphs(start, end);
in OnGetGlyphs() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font.cpp | 145 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() argument 150 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() argument 240 TextToGlyphs(const void* text, size_t byteLength, TextEncoding encoding, uint16_t glyphs[], int maxGlyphCount) const TextToGlyphs() argument
|
/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 173 TextToGlyphs(const void* text, size_t byteLength, TextEncoding encoding, uint16_t glyphs[], int maxGlyphCount) const TextToGlyphs() argument
|