| /external/harfbuzz_ng/src/OT/glyf/ |
| D | Glyph.hh | 35 struct Glyph struct 37 enum glyph_type_t { EMPTY, SIMPLE, COMPOSITE, VAR_COMPOSITE }; 40 composite_iter_t get_composite_iterator () const in get_composite_iterator() 45 var_composite_iter_t get_var_composite_iterator () const in get_var_composite_iterator() 51 const hb_bytes_t trim_padding () const in trim_padding() 60 void drop_hints () in drop_hints() 69 void set_overlaps_flag () in set_overlaps_flag() 78 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() 87 void update_mtx (const hb_subset_plan_t *plan, in update_mtx() 112 bool compile_header_bytes (const hb_subset_plan_t *plan, in compile_header_bytes() [all …]
|
| /external/skia/tools/fonts/ |
| D | TestSVGTypeface.h | 131 struct Glyph { struct 156 std::unique_ptr<Glyph[]> fGlyphs; argument
|
| D | TestSVGTypeface.cpp | 121 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph() function in TestSVGTypeface::Glyph
|
| /external/skia/tools/viewer/ |
| D | PathTextSlide.cpp | 86 struct Glyph { struct in PathTextSlide 90 SkPath fPath; 91 SkPaint fPaint; 92 SkPoint fPosition; 93 SkScalar fZoom; 94 SkScalar fSpin; 95 SkPoint fMidpt;
|
| /external/skia/src/text/gpu/ |
| D | Glyph.h | 37 Glyph(SkPackedGlyphID packedGlyphID) : fPackedID(packedGlyphID) {} in Glyph() function
|
| D | StrikeCache.h | 17 class Glyph; variable
|
| D | TextBlob.h | 29 class Glyph; variable
|
| D | SubRunContainer.h | 28 class Glyph; variable
|
| D | SubRunContainer.cpp | 342 void TransformedMaskVertexFiller::fill2D(SkZip<Quad, const Glyph*, const VertexData> quadData, in fill2D() 361 void TransformedMaskVertexFiller::fill3D(SkZip<Quad, const Glyph*, const VertexData> quadData, in fill3D() 1121 void generalized_direct_2D(SkZip<Quad, const Glyph*, const VertexData> quadData, in generalized_direct_2D() 1165 const Glyph*, in direct_2D() 1491 void transformed_direct_2D(SkZip<Quad, const Glyph*, const VertexData> quadData, in transformed_direct_2D() 1512 void transformed_direct_3D(SkZip<Quad, const Glyph*, const VertexData> quadData, in transformed_direct_3D()
|
| /external/pdfium/core/fxge/win32/ |
| D | cfx_psrenderer.cpp | 191 struct CFX_PSRenderer::Glyph { struct in CFX_PSRenderer 192 Glyph(CFX_Font* font, uint32_t glyph_index) in Glyph() argument 198 UnownedPtr<CFX_Font> const font; 199 const uint32_t glyph_index; 200 absl::optional<std::array<float, 4>> adjust_matrix;
|
| /external/skia/src/gpu/graphite/text/ |
| D | AtlasManager.h | 17 class Glyph; variable
|
| D | AtlasManager.cpp | 23 using Glyph = sktext::gpu::Glyph; typedef
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | sbixGlyph.py | 22 class Glyph(object): class
|
| D | _g_l_y_f.py | 604 class Glyph(object): class
|
| /external/fonttools/Lib/fontTools/ttLib/ |
| D | removeOverlaps.py | 46 def componentsOverlap(glyph: _g_l_y_f.Glyph, glyphSet: _TTGlyphMapping) -> bool:
|
| /external/skia/src/gpu/ganesh/text/ |
| D | GrAtlasManager.h | 17 class Glyph; variable
|
| D | GrAtlasManager.cpp | 21 using Glyph = sktext::gpu::Glyph; typedef
|
| /external/fonttools/Tests/ufoLib/ |
| D | testSupport.py | 20 class Glyph: class
|
| /external/sfntly/cpp/src/sfntly/table/bitmap/ |
| D | ebdt_table.cc | 36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) { in Glyph() function in sfntly::EbdtTable
|
| /external/sfntly/cpp/src/sfntly/table/truetype/ |
| D | glyph_table.cc | 256 GlyphTable::Glyph::Glyph(ReadableFontData* data, int32_t glyph_type) in Glyph() function in sfntly::GlyphTable::Glyph
|
| /external/fonttools/Tests/ttLib/ |
| D | woff2_test.py | 841 class Glyph(object): class
|
| /external/fonttools/Lib/fontTools/ufoLib/ |
| D | glifLib.py | 90 class Glyph: class
|
| /external/mesa3d/src/imgui/ |
| D | imgui.h | 2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ typedef
|