/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | verify_loca.cc | 41 LocaTablePtr loca = down_cast<LocaTable*>(table); in VerifyLOCA() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
H A D | IndexSubTableFormat1.java | 57 private int loca(int loca) { in loca() argument [all...] |
H A D | IndexSubTableFormat3.java | 57 private int loca(int loca) { in loca() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table.cc | 31 int32_t loca = CheckGlyphRange(glyph_id); in GlyphInfo() local
|
H A D | index_sub_table_format2.cc | 46 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local 79 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local 87 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
|
H A D | index_sub_table_format1.cc | 43 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local 51 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local 64 int32_t IndexSubTableFormat1::Loca(int32_t loca) { in Loca() argument 81 int32_t loca in GlyphLength() local 90 int32_t loca = CheckGlyphRange(glyph_id); GlyphStartOffset() local [all...] |
H A D | index_sub_table_format3.cc | 33 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local 41 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local 64 int32_t IndexSubTableFormat3::Loca(int32_t loca) { in Loca() argument 82 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local 90 int32_t loca = CheckGlyphRange(glyph_id); GlyphLength() local [all...] |
H A D | index_sub_table_format4.cc | 33 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local 48 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local 120 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local 133 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
|
H A D | index_sub_table_format5.cc | 39 int32_t loca = ReadFontData()->SearchUShort( in GlyphStartOffset() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Tag.java | 52 public static final int loca = Tag.intValue(new byte[]{'l', 'o', 'c', 'a'}); field in Tag
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | GlyphTable.java | 78 private List<Integer> loca; field in GlyphTable.Builder 113 public void setLoca(List<Integer> loca) { in setLoca() argument 141 private void initialize(ReadableFontData data, List<Integer> loca) { in initialize() argument [all...] |
H A D | LocaTable.java | 109 public int loca(int index) { in loca() method in LocaTable 170 private List<Integer> loca; global() field in LocaTable.Builder 391 public int loca(int index) { loca() method in LocaTable.Builder [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.cc | 38 const int32_t Tag::loca = TAG('l', 'o', 'c', 'a'); member in sfntly::Tag
|
H A D | tag.h | 46 static const int32_t loca; member
|
/third_party/cups-filters/fontembed/ |
H A D | sfnt.c | 468 char *loca=otf_get_table(otf,OTF_TAG('l','o','c','a'),&len); in otf_load_glyf() local [all...] |
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_glyf.h | 31 Iterator(const SkOTTableGlyph& glyf, const SkOTTableIndexToLocation& loca, SkOTTableHead::IndexToLocFormat locaFormat) Iterator() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
H A D | glyph_table.cc | 72 void GlyphTable::Builder::SetLoca(const std::vector<int32_t>& loca) { in SetLoca() argument 160 Initialize(ReadableFontData* data, const std::vector<int32_t>& loca) Initialize() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 399 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4() argument 437 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5() argument 486 SubsetIndexSubTable(IndexSubTable::Builder* builder, const BitmapGlyphInfoMap& loca, int32_t* image_data_offset) SubsetIndexSubTable() argument 749 Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, LocaTable* loca) Subset() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 53 struct loca struct
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 10977 int loca,head,glyf,hhea,hmtx,kern; /* table locations as offset from start of .ttf */ member
|