/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 90 virtual const void *getFontTable(LETag tableTag) const; 134 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const in getFontTable() function
|
D | GnomeFontInstance.h | 82 virtual const void *getFontTable(LETag tableTag) const;
|
D | GDIFontInstance.h | 87 virtual const void *getFontTable(LETag tableTag) const;
|
D | GnomeFontInstance.cpp | 123 const void *GnomeFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GnomeFontInstance
|
D | GDIFontInstance.cpp | 341 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GDIFontInstance
|
/third_party/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 90 virtual const void *getFontTable(LETag tableTag) const; 134 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const in getFontTable() function
|
D | GnomeFontInstance.h | 82 virtual const void *getFontTable(LETag tableTag) const;
|
D | GDIFontInstance.h | 87 virtual const void *getFontTable(LETag tableTag) const;
|
D | GnomeFontInstance.cpp | 123 const void *GnomeFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GnomeFontInstance
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 90 virtual const void *getFontTable(LETag tableTag) const; 134 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const in getFontTable() function
|
D | GnomeFontInstance.h | 82 virtual const void *getFontTable(LETag tableTag) const;
|
D | GDIFontInstance.h | 87 virtual const void *getFontTable(LETag tableTag) const;
|
D | GnomeFontInstance.cpp | 123 const void *GnomeFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GnomeFontInstance
|
D | GDIFontInstance.cpp | 341 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GDIFontInstance
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.h | 80 virtual const void *getFontTable(LETag tableTag) const; 81 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
|
D | PortableFontInstance.cpp | 257 const void *PortableFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in PortableFontInstance 260 return getFontTable(tableTag, ignored); in getFontTable() 263 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in PortableFontInstance
|
D | SimpleFontInstance.h | 43 virtual const void *getFontTable(LETag tableTag) const;
|
D | SimpleFontInstance.cpp | 47 const void *SimpleFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in SimpleFontInstance
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | FontFamily.cpp | 77 HbBlob fvarTable(getFontTable(typeface.get(), fvarTag)); in getSupportedAxesLocked() 120 HbBlob os2Table(getFontTable(typeface.get(), os2Tag)); in analyzeStyle() 190 HbBlob cmapTable(getFontTable(typeface, cmapTag)); in computeCoverage()
|
D | MinikinInternal.cpp | 35 hb_blob_t* getFontTable(const MinikinFont* minikinFont, uint32_t tag) { in getFontTable() function
|
D | MinikinInternal.h | 39 hb_blob_t* getFontTable(const MinikinFont* minikinFont, uint32_t tag);
|
/third_party/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.h | 39 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
|
D | SimpleFontInstance.cpp | 46 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in SimpleFontInstance
|
D | PortableFontInstance.h | 76 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
|
D | PortableFontInstance.cpp | 255 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in PortableFontInstance
|