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

12

/external/icu4c/layout/
H A DCoverageTables.h24 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
32 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
40 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
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 DClassDefinitionTables.h24 le_int32 getGlyphClass(LEGlyphID glyphID) const;
34 le_int32 getGlyphClass(LEGlyphID glyphID) const;
50 le_int32 getGlyphClass(LEGlyphID glyphID) const;
H A DCursiveAttachmentSubtables.cpp19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID(); local
20 le_int32 coverageIndex = getGlyphCoverage(glyphID);
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
H A DLookups.h36 inline le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
38 le_int32 getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const;
59 inline le_int32 LookupSubtable::getGlyphCoverage(LEGlyphID glyphID) const
61 return getGlyphCoverage(coverageTableOffset, glyphID);
H A DClassDefinitionTables.cpp15 le_int32 ClassDefinitionTable::getGlyphClass(LEGlyphID glyphID) const
25 return f1Table->getGlyphClass(glyphID);
32 return f2Table->getGlyphClass(glyphID);
65 le_int32 ClassDefFormat1Table::getGlyphClass(LEGlyphID glyphID) const
67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
92 le_int32 ClassDefFormat2Table::getGlyphClass(LEGlyphID glyphID) const
94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
H A DAnchorTables.h27 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
H A DLookups.cpp37 le_int32 LookupSubtable::getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const
41 return coverageTable->getGlyphCoverage(glyphID);
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 DOpenTypeUtilities.h24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount);
H A DOpenTypeUtilities.cpp81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) argument
93 if (SWAPW(records[extra].firstGlyph) <= glyphID) {
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) {
H A DPairPositioningSubtables.cpp127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const argument
136 if (SWAPW(record->secondGlyph) == glyphID) {
150 if (SWAPW(trial->secondGlyph) <= glyphID) {
158 if (SWAPW(trial->secondGlyph) <= glyphID) {
163 if (SWAPW(record->secondGlyph) == glyphID) {
H A DPairPositioningSubtables.h54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
/external/skia/emoji/
H A DEmojiFont.cpp162 SkScalar EmojiFont::GetAdvanceWidth(uint16_t glyphID, const SkPaint& paint) { argument
163 if (glyphID < kGlyphBase) {
165 glyphID);
169 const SkBitmap* bitmap = get_bitmap(glyphID - kGlyphBase);
183 void EmojiFont::Draw(SkCanvas* canvas, uint16_t glyphID, argument
185 if (glyphID < kGlyphBase) {
186 SkDebugf("-------- bad glyph passed to EmojiFont::Draw %d\n", glyphID);
189 const SkBitmap* bitmap = get_bitmap(glyphID - kGlyphBase);
/external/skia/include/pdf/
H A DSkPDFFont.h29 bool has(uint16_t glyphID) const;
102 SK_API bool hasGlyph(uint16_t glyphID);
114 /** Get the font resource for the passed typeface and glyphID. The
120 * @param glyphID Specify which section of a large font is of interest.
123 uint16_t glyphID);
136 uint16_t glyphID, bool descendantFont);
143 void setLastGlyphID(uint16_t glyphID);
156 * including the passed glyphID.
158 void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID);
166 SkTypeface* typeface, uint16_t glyphID,
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DGlyphMapAndroid.cpp150 uint16_t glyphID = glyphs[i]; local
152 if (!glyphID)
153 glyphID = EmojiFont::UnicharToGlyph(uni);
154 setGlyphDataForIndex(offset + i, glyphID, fontData);
155 allGlyphs |= glyphID;
159 uint16_t glyphID = glyphs[i]; local
160 setGlyphDataForIndex(offset + i, glyphID, fontData);
161 allGlyphs |= glyphID;
/external/skia/include/gpu/
H A DGrFontScaler.h33 virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;
H A DGrGlyph.h52 uint16_t glyphID() const { return UnpackID(fPackedID); } function in struct:GrGlyph
61 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) { argument
64 return (x << 18) | (y << 16) | glyphID;
/external/skia/src/pdf/
H A DSkPDFFontImpl.h62 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
64 bool populate(int16_t glyphID);
79 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
81 bool populate(int16_t glyphID);
H A DSkPDFFont.cpp597 bool SkPDFGlyphSet::has(uint16_t glyphID) const {
598 return fBitSet.isBitSet(glyphID);
740 SkPDFFont* SkPDFFont::GetFontResource(SkTypeface* typeface, uint16_t glyphID) {
744 if (Find(fontID, glyphID, &relatedFontIndex)) {
781 SkPDFFont* font = Create(fontMetrics.get(), typeface, glyphID,
808 bool SkPDFFont::Find(uint32_t fontID, uint16_t glyphID, int* index) {
810 FontRec search(NULL, fontID, glyphID);
821 uint16_t glyphID, bool descendantFont)
838 SkTypeface* typeface, uint16_t glyphID,
847 glyphID,
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-open-private.h88 HB_UShort glyphID,
92 HB_UShort glyphID,
H A Dharfbuzz-open.c813 HB_UShort glyphID,
839 if ( glyphID == array[middle] )
844 else if ( glyphID < array[middle] )
863 HB_UShort glyphID,
889 if ( glyphID >= rr[middle].Start && glyphID <= rr[middle].End )
891 *index = rr[middle].StartCoverageIndex + glyphID - rr[middle].Start;
894 else if ( glyphID < rr[middle].Start )
914 HB_UShort glyphID,
919 case 1: return Coverage_Index1( &c->cf.cf1, glyphID, inde
812 Coverage_Index1( HB_CoverageFormat1* cf1, HB_UShort glyphID, HB_UShort* index ) argument
862 Coverage_Index2( HB_CoverageFormat2* cf2, HB_UShort glyphID, HB_UShort* index ) argument
913 _HB_OPEN_Coverage_Index( HB_Coverage* c, HB_UShort glyphID, HB_UShort* index ) argument
1163 Get_Class1( HB_ClassDefFormat1* cdf1, HB_UShort glyphID, HB_UShort* klass, HB_UShort* index ) argument
1191 Get_Class2( HB_ClassDefFormat2* cdf2, HB_UShort glyphID, HB_UShort* klass, HB_UShort* index ) argument
1262 _HB_OPEN_Get_Class( HB_ClassDefinition* cd, HB_UShort glyphID, HB_UShort* klass, HB_UShort* index ) argument
[all...]
/external/skia/src/core/
H A DSkScalerContext.cpp165 SkScalerContext* SkScalerContext::getContextFromChar(SkUnichar uni, unsigned& glyphID) { argument
168 glyphID = ctx->generateCharToGlyph(uni);
169 if (glyphID) {
181 unsigned glyphID = glyph.getGlyphID(); local
185 if (glyphID < count) {
188 glyphID -= count;
201 unsigned glyphID; local
202 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
217 unsigned glyphID; local
218 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
233 unsigned glyphID; local
247 glyphIDToChar(uint16_t glyphID) argument
[all...]

Completed in 1847 milliseconds

12