Searched refs:glyphID (Results 1 - 25 of 88) sorted by relevance

1234

/external/icu/icu4c/source/layout/
H A DCoverageTables.h24 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
32 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
42 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
H A DLookups.h36 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 argument
68 return getGlyphCoverage(base, coverageTableOffset, glyphID, success);
71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const { argument
73 return getGlyphCoverage(thisRef, glyphID, success);
76 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const { argument
78 return getGlyphCoverage(thisRef, tableOffset, glyphID, succes
[all...]
H A DCoverageTables.cpp15 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);
H A DCursiveAttachmentSubtables.cpp19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID(); local
20 le_int32 coverageIndex = getGlyphCoverage(base, glyphID, success);
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
H A DClassDefinitionTables.h24 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;
H A DOpenTypeUtilities.h24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { argument
28 return getGlyphRangeIndex(glyphID, recordRef, success);
30 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success);
H A DAnchorTables.h27 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
H A DMarkArrays.cpp16 le_int32 MarkArray::getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *fontInstance, argument
29 anchorTable->getAnchor(glyphID, fontInstance, anchor);
H A DMarkArrays.h32 le_int32 getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *fontInstance,
H A DAnchorTables.cpp15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, argument
31 f2->getAnchor(glyphID, fontInstance, anchor);
63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const argument
67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
H A DClassDefinitionTables.cpp15 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const argument
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 argument
73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
100 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const argument
103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
H A DLookups.cpp37 le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const argument
43 return coverageTable->getGlyphCoverage(glyphID);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFontImpl.h62 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
64 bool populate(int16_t glyphID);
79 SkTypeface* typeface, uint16_t glyphID);
81 bool populate(uint16_t glyphID);
H A DSkPDFFont.h29 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(uint16_t glyphID);
175 SkTypeface* typeface, uint16_t glyphID,
178 static bool Find(uint32_t fontID, uint16_t glyphID, in
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DT_S_I__0.py8 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 A D_p_o_s_t.py92 for glyphID in range(numGlyphs):
93 index = indices[glyphID]
99 glyphOrder[glyphID] = name
157 for glyphID in range(numGlyphs):
158 glyphName = glyphOrder[glyphID]
182 for glyphID in glyphOrder:
183 glyphID = glyphID.split('#')[0]
184 if glyphID in agl.AGL2UV:
185 indices.append(agl.AGL2UV[glyphID])
[all...]
H A D_h_d_m_x.py24 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/fonttools/Tools/fontTools/ttLib/tables/
H A DT_S_I__0.py8 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 A D_p_o_s_t.py92 for glyphID in range(numGlyphs):
93 index = indices[glyphID]
99 glyphOrder[glyphID] = name
157 for glyphID in range(numGlyphs):
158 glyphName = glyphOrder[glyphID]
182 for glyphID in glyphOrder:
183 glyphID = glyphID.split('#')[0]
184 if glyphID in agl.AGL2UV:
185 indices.append(agl.AGL2UV[glyphID])
[all...]
/external/skia/src/pdf/
H A DSkPDFFontImpl.h62 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);
H A DSkPDFFont.h29 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, in
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h50 uint16_t glyphID() const { return UnpackID(fPackedID); } function in struct:GrGlyph
59 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) { argument
62 return (x << 18) | (y << 16) | glyphID;
/external/skia/include/gpu/
H A DGrGlyph.h49 uint16_t glyphID() const { return UnpackID(fPackedID); } function in struct:GrGlyph
58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) { argument
61 return (x << 18) | (y << 16) | glyphID;
H A DGrFontScaler.h38 virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.h67 void appendGlyph(uint16_t glyphID, float x);
68 void appendGlyph(uint16_t glyphID, float x, float y);

Completed in 714 milliseconds

1234