Home
last modified time | relevance | path

Searched defs:glyphs (Results 1 - 25 of 120) sorted by relevance

12345

/third_party/skia/docs/examples/
H A DPaint_textToGlyphs.cpp10 std::vector<SkGlyphID> glyphs; in REG_FIDDLE() local
H A DText_Encoding.cpp18 uint16_t glyphs[SK_ARRAY_COUNT(hello32)]; in REG_FIDDLE() local
H A DTextBlob_Deserialize.cpp14 uint16_t glyphs[6]; in REG_FIDDLE() local
H A DTextBlob_uniqueID.cpp12 uint16_t glyphs[len]; in REG_FIDDLE() local
H A DTextBlob_bounds.cpp11 uint16_t glyphs[len]; in REG_FIDDLE() local
H A DCanvas_drawTextBlob.cpp11 uint16_t glyphs[len]; in REG_FIDDLE() local
/third_party/icu/icu4c/source/samples/layout/
H A Drsurface.cpp19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, in rs_drawGlyphs() argument
H A DSurface.cpp18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, in drawGlyphs() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DSurface.cpp18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, in drawGlyphs() argument
H A Drsurface.cpp19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, in rs_drawGlyphs() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-gsub-would-substitute.cc61 hb_codepoint_t glyphs[2]; in main() local
H A Dhb-subset-input.hh46 hb_set_t *glyphs; member
/third_party/icu/icu4c/source/test/letest/
H A Dletest.h45 LEGlyphID *glyphs; member
/third_party/skia/tests/
H A DSkScalerCacheTest.cpp42 SkGlyphID glyphs['z']; in DEF_TEST() local
H A DUnicodeTest.cpp59 uint16_t glyphs[N]; in DEF_TEST() local
/third_party/skia/src/core/
H A DSkFontPriv.h102 const uint16_t* glyphs() const { return fGlyphs; } in glyphs() function in SkAutoToGlyphs
H A DSkTextBlobTrace.cpp69 const uint16_t* glyphs = iter.glyphs(); in DumpTrace() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRuleSegment.java24 RuleSegment(GlyphList glyphs) { in RuleSegment() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DCommandOptions.java47 public Boolean glyphs = false; field in CommandOptions
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-ot-shape-closure.cc112 hb_set_t *glyphs = nullptr; member
/third_party/skia/gm/
H A Dglyph_pos.cpp131 SkGlyphID glyphs[len]; in drawTestCase() local
H A Drsxtext.cpp37 SkGlyphID glyphs[16]; variable
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp43 LEGlyphID *glyphs = NULL; in iterate() local
/third_party/mesa3d/src/mesa/main/
H A Ddlist.h103 struct gl_bitmap_glyph *glyphs; member
/third_party/skia/samplecode/
H A DSampleChineseFling.cpp80 SkUnichar glyphs[kWordLength]; variable
98 void createRandomWord(SkUnichar glyphs[kWordLength]) { in createRandomWord() argument
192 SkUnichar glyphs[45]; variable
216 void createRandomLine(SkUnichar glyphs[45], int lineLength) { in createRandomLine() argument
[all...]

Completed in 9 milliseconds

12345