HomeSort by relevance Sort by last modified time
    Searched refs:tableTag (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/chromium_org/third_party/icu/source/test/perf/leperf/
SimpleFontInstance.cpp 41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const
43 if (tableTag == LE_GSUB_TABLE_TAG) {
47 if (tableTag == LE_GDEF_TABLE_TAG) {
PortableFontInstance.cpp 251 const void *PortableFontInstance::getFontTable(LETag tableTag) const
254 return getFontTable(tableTag, ignored);
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const
259 return FontTableCache::find(tableTag, length);
262 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const
266 const void *data= readTable(tableTag, &len);
269 //printf("Read %s, result %p #%d\n", letagToStr(tableTag,tag5), data,len);
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const
43 if (tableTag == LE_GSUB_TABLE_TAG) {
47 if (tableTag == LE_GDEF_TABLE_TAG) {
PortableFontInstance.cpp 251 const void *PortableFontInstance::getFontTable(LETag tableTag) const
254 return getFontTable(tableTag, ignored);
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const
259 return FontTableCache::find(tableTag, length);
262 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const
266 const void *data= readTable(tableTag, &len);
269 //printf("Read %s, result %p #%d\n", letagToStr(tableTag,tag5), data,len);
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const
43 if (tableTag == LE_GSUB_TABLE_TAG) {
47 if (tableTag == LE_GDEF_TABLE_TAG) {
PortableFontInstance.cpp 251 const void *PortableFontInstance::getFontTable(LETag tableTag) const
254 return getFontTable(tableTag, ignored);
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const
259 return FontTableCache::find(tableTag, length);
262 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const
266 const void *data= readTable(tableTag, &len);
269 //printf("Read %s, result %p #%d\n", letagToStr(tableTag,tag5), data,len);
  /external/icu/icu4c/source/layout/
LEFontInstance.h 163 * @param tableTag - the four byte table tag. (e.g. 'cmap')
170 virtual const void *getFontTable(LETag tableTag) const = 0;
185 * @param tableTag - the four byte table tag. (e.g. 'cmap')
191 virtual const void* getFontTable(LETag tableTag, size_t &length) const { length=-1; return getFontTable(tableTag); } /* -1 = unknown length */
LayoutEngine.h 254 * @param tableTag - the four byte table tag.
261 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
266 virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(tableTag, ignored); }
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-hhea-table.hh 45 static const hb_tag_t tableTag = HB_OT_TAG_hhea;
hb-ot-head-table.hh 46 static const hb_tag_t tableTag = HB_OT_TAG_head;
hb-ot-layout-jstf-table.hh 194 static const hb_tag_t tableTag = HB_OT_TAG_JSTF;
hb-ot-name-table.hh 77 static const hb_tag_t tableTag = HB_OT_TAG_name;
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 45 static const hb_tag_t tableTag = HB_OT_TAG_hhea;
hb-ot-head-table.hh 46 static const hb_tag_t tableTag = HB_OT_TAG_head;
  /external/chromium_org/third_party/icu/source/samples/layout/
GnomeFontInstance.cpp 117 const void *GnomeFontInstance::getFontTable(LETag tableTag) const
119 return FontTableCache::find(tableTag);
122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const
127 FT_Load_Sfnt_Table(fFace, tableTag, 0, NULL, &len);
131 FT_Load_Sfnt_Table(fFace, tableTag, 0, result, &len);
GDIFontInstance.h 68 virtual const void *readFontTable(LETag tableTag) const;
81 virtual const void *getFontTable(LETag tableTag) const;
GnomeFontInstance.h 67 virtual const void *readFontTable(LETag tableTag) const;
76 virtual const void *getFontTable(LETag tableTag) const;
ScriptCompositeFontInstance.h 87 virtual const void *getFontTable(LETag tableTag) const;
131 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const
GDIFontInstance.cpp 335 const void *GDIFontInstance::getFontTable(LETag tableTag) const
337 return FontTableCache::find(tableTag);
340 const void *GDIFontInstance::readFontTable(LETag tableTag) const
345 DWORD stag = SWAPL(tableTag);
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp 117 const void *GnomeFontInstance::getFontTable(LETag tableTag) const
119 return FontTableCache::find(tableTag);
122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const
127 FT_Load_Sfnt_Table(fFace, tableTag, 0, NULL, &len);
131 FT_Load_Sfnt_Table(fFace, tableTag, 0, result, &len);
GDIFontInstance.h 68 virtual const void *readFontTable(LETag tableTag) const;
81 virtual const void *getFontTable(LETag tableTag) const;
GnomeFontInstance.h 67 virtual const void *readFontTable(LETag tableTag) const;
76 virtual const void *getFontTable(LETag tableTag) const;
ScriptCompositeFontInstance.h 87 virtual const void *getFontTable(LETag tableTag) const;
131 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const
  /external/fonttools/Lib/fontTools/ttLib/tables/
DefaultTable.py 12 self.tableTag = Tag(tag)
40 return "<'%s' table at %x>" % (self.tableTag, id(self))
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 251 const void *PortableFontInstance::getFontTable(LETag tableTag) const
254 return getFontTable(tableTag, ignored);
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const
259 return FontTableCache::find(tableTag, length);
262 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const
266 const void *data= readTable(tableTag, &len);
269 //printf("Read %s, result %p #%d\n", letagToStr(tableTag,tag5), data,len);

Completed in 291 milliseconds

12 3 4