HomeSort by relevance Sort by last modified time
    Searched refs:glyphID (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/icu/icu4c/source/layout/
CoverageTables.h 24 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
32 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
42 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
Lookups.h 36 inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const;
38 le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
41 inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
43 inline le_int32 getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
66 inline le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const
68 return getGlyphCoverage(base, coverageTableOffset, glyphID, success);
71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const {
73 return getGlyphCoverage(thisRef, glyphID, success);
76 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const {
78 return getGlyphCoverage(thisRef, tableOffset, glyphID, success)
    [all...]
CoverageTables.cpp 15 le_int32 CoverageTable::getGlyphCoverage(LEGlyphID glyphID) const
26 return f1Table->getGlyphCoverage(glyphID);
33 return f2Table->getGlyphCoverage(glyphID);
41 le_int32 CoverageFormat1Table::getGlyphCoverage(LEGlyphID glyphID) const
43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
74 le_int32 CoverageFormat2Table::getGlyphCoverage(LEGlyphID glyphID) const
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
CursiveAttachmentSubtables.cpp 19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID();
20 le_int32 coverageIndex = getGlyphCoverage(base, glyphID, success);
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
ClassDefinitionTables.h 24 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
27 le_int32 getGlyphClass(LEGlyphID glyphID) const {
30 return getGlyphClass(base,glyphID,ignored);
46 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
64 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
OpenTypeUtilities.h 24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) {
28 return getGlyphRangeIndex(glyphID, recordRef, success);
30 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success);
AnchorTables.h 27 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
MarkArrays.cpp 16 le_int32 MarkArray::getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *fontInstance,
29 anchorTable->getAnchor(glyphID, fontInstance, anchor);
MarkArrays.h 32 le_int32 getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *fontInstance,
AnchorTables.cpp 15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
31 f2->getAnchor(glyphID, fontInstance, anchor);
63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const
67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
ClassDefinitionTables.cpp 15 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const
27 return f1Table->getGlyphClass(f1Table, glyphID, success);
33 return f2Table->getGlyphClass(f2Table, glyphID, success);
67 le_int32 ClassDefFormat1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const
73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
100 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const
103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
Lookups.cpp 37 le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const
43 return coverageTable->getGlyphCoverage(glyphID);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFontImpl.h 62 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
64 bool populate(int16_t glyphID);
78 SkPDFType3Font(SkAdvancedTypefaceMetrics* info, SkTypeface* typeface, uint16_t glyphID);
80 bool populate(int16_t glyphID);
SkPDFFont.h 29 bool has(uint16_t glyphID) const;
112 bool hasGlyph(uint16_t glyphID);
124 /** Get the font resource for the passed typeface and glyphID. The
130 * @param glyphID Specify which section of a large font is of interest.
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID);
152 void setLastGlyphID(uint16_t glyphID);
165 * including the passed glyphID.
167 void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID);
175 SkTypeface* typeface, uint16_t glyphID,
178 static bool Find(uint32_t fontID, uint16_t glyphID, int* index)
    [all...]
  /external/skia/src/pdf/
SkPDFFontImpl.h 62 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
64 bool populate(int16_t glyphID);
78 SkPDFType3Font(SkAdvancedTypefaceMetrics* info, SkTypeface* typeface, uint16_t glyphID);
80 bool populate(int16_t glyphID);
SkPDFFont.h 29 bool has(uint16_t glyphID) const;
112 bool hasGlyph(uint16_t glyphID);
124 /** Get the font resource for the passed typeface and glyphID. The
130 * @param glyphID Specify which section of a large font is of interest.
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID);
152 void setLastGlyphID(uint16_t glyphID);
165 * including the passed glyphID.
167 void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID);
175 SkTypeface* typeface, uint16_t glyphID,
178 static bool Find(uint32_t fontID, uint16_t glyphID, int* index)
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 38 virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;
GrGlyph.h 49 uint16_t glyphID() const { return UnpackID(fPackedID); }
58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
61 return (x << 18) | (y << 16) | glyphID;
  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__0.py 8 def fixlongs(glyphID, textLength, textOffset):
9 return int(glyphID), int(textLength), textOffset
21 glyphID, textLength, textOffset = fixlongs(*struct.unpack(tsi0Format, data[:size]))
22 indices.append((glyphID, textLength, textOffset))
_h_d_m_x.py 24 for glyphID in range(numGlyphs):
25 widths[glyphOrder[glyphID]] = byteord(data[glyphID+2])
41 for glyphID in range(len(glyphOrder)):
42 width = widths[glyphOrder[glyphID]]
  /external/skia/include/gpu/
GrFontScaler.h 38 virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;
GrGlyph.h 49 uint16_t glyphID() const { return UnpackID(fPackedID); }
58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
61 return (x << 18) | (y << 16) | glyphID;
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_android.h 74 * Given a glyphID (built using fallback font chaining) and its origin typeface
75 * return the actual typeface within the fallback chain that this glyphID
85 SkTypeface* SkGetTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
  /external/skia/include/ports/
SkTypeface_android.h 74 * Given a glyphID (built using fallback font chaining) and its origin typeface
75 * return the actual typeface within the fallback chain that this glyphID
85 SkTypeface* SkGetTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open-private.h 88 HB_UShort glyphID,
92 HB_UShort glyphID,

Completed in 670 milliseconds

1 2 3 4