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

12 3 4

  /external/icu4c/layout/
PairPositioningSubtables.h 54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
GlyphPositionAdjustments.cpp 107 LEGlyphID glyphID = glyphStorage[i];
120 fontInstance->getGlyphAdvance(glyphID, pixels);
141 lastExitGlyphID = glyphID;
GlyphIterator.cpp 193 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID)
197 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
358 LEGlyphID glyphID = glyphStorage[index];
361 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) {
366 glyphClass = glyphClassDefinitionTable->getGlyphClass(glyphID);
389 return markAttachClassDefinitionTable->getGlyphClass(glyphID) != markAttachType;
GlyphIterator.h 57 void setCurrGlyphID(TTGlyphID glyphID);
LEGlyphStorage.h 387 * @param glyphID the new glyph ID
392 void setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success);
  /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/harfbuzz/src/
harfbuzz-open.c 813 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, index )
    [all...]
harfbuzz-gdef-private.h 114 HB_UShort glyphID,
harfbuzz-gdef.c 651 HB_UShort glyphID,
661 if ( glyphID >= gdef->LastGlyph )
668 if ( index < count && glyphID < gcrr[index].Start )
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
691 HB_UShort glyphID,
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
724 class = Get_New_Class( gdef, glyphID, index )
    [all...]
harfbuzz-gdef.h 125 HB_UShort glyphID,
harfbuzz-gsub.h 52 the position of the glyph with index `glyphID', `num_alternates'
59 HB_UShort glyphID,
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 813 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, index )
    [all...]
harfbuzz-gdef-private.h 114 HB_UShort glyphID,
harfbuzz-gdef.c 651 HB_UShort glyphID,
661 if ( glyphID >= gdef->LastGlyph )
668 if ( index < count && glyphID < gcrr[index].Start )
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
691 HB_UShort glyphID,
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
724 class = Get_New_Class( gdef, glyphID, index )
    [all...]
harfbuzz-gdef.h 125 HB_UShort glyphID,
harfbuzz-gsub.h 52 the position of the glyph with index `glyphID', `num_alternates'
59 HB_UShort glyphID,
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 634 bool SkPDFGlyphSet::has(uint16_t glyphID) const {
635 return fBitSet.isBitSet(glyphID);
789 SkPDFFont* SkPDFFont::GetFontResource(SkTypeface* typeface, uint16_t glyphID) {
797 if (Find(fontID, glyphID, &relatedFontIndex)) {
845 SkPDFFont* font = Create(fontMetrics.get(), typeface, glyphID,
872 bool SkPDFFont::Find(uint32_t fontID, uint16_t glyphID, int* index) {
874 FontRec search(NULL, fontID, glyphID);
903 SkTypeface* typeface, uint16_t glyphID,
912 glyphID);
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 634 bool SkPDFGlyphSet::has(uint16_t glyphID) const {
635 return fBitSet.isBitSet(glyphID);
789 SkPDFFont* SkPDFFont::GetFontResource(SkTypeface* typeface, uint16_t glyphID) {
797 if (Find(fontID, glyphID, &relatedFontIndex)) {
845 SkPDFFont* font = Create(fontMetrics.get(), typeface, glyphID,
872 bool SkPDFFont::Find(uint32_t fontID, uint16_t glyphID, int* index) {
874 FontRec search(NULL, fontID, glyphID);
903 SkTypeface* typeface, uint16_t glyphID,
912 glyphID);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
SkGr.h 88 virtual bool getGlyphPath(uint16_t glyphID, SkPath*);
  /external/skia/include/gpu/
SkGr.h 88 virtual bool getGlyphPath(uint16_t glyphID, SkPath*);
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 152 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) {
153 return fScalerContext->glyphIDToChar(glyphID);
177 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) {
179 uint32_t id = SkGlyph::MakeID(glyphID);
184 glyph = this->lookupMetrics(glyphID, kJustAdvance_MetricsType);
237 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID) {
239 uint32_t id = SkGlyph::MakeID(glyphID);
245 glyph = this->lookupMetrics(glyphID, kFull_MetricsType);
257 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID,
260 uint32_t id = SkGlyph::MakeID(glyphID, x, y)
    [all...]
SkScalerContext.cpp 193 unsigned glyphID = glyph.getGlyphID();
197 if (glyphID < count) {
200 glyphID -= count;
212 uint16_t* glyphID) {
217 if (NULL != glyphID) {
218 *glyphID = glyph;
267 // add the ctx's base, making glyphID unique for chain of contexts
268 unsigned glyphID = tempID + ctx->fBaseGlyphCount;
269 // check for overflow of 16bits, since our glyphID cannot exceed that
270 if (glyphID > 0xFFFF)
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 152 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) {
153 return fScalerContext->glyphIDToChar(glyphID);
177 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) {
179 uint32_t id = SkGlyph::MakeID(glyphID);
184 glyph = this->lookupMetrics(glyphID, kJustAdvance_MetricsType);
237 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID) {
239 uint32_t id = SkGlyph::MakeID(glyphID);
245 glyph = this->lookupMetrics(glyphID, kFull_MetricsType);
257 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID,
260 uint32_t id = SkGlyph::MakeID(glyphID, x, y)
    [all...]
SkScalerContext.cpp 193 unsigned glyphID = glyph.getGlyphID();
197 if (glyphID < count) {
200 glyphID -= count;
212 uint16_t* glyphID) {
217 if (NULL != glyphID) {
218 *glyphID = glyph;
267 // add the ctx's base, making glyphID unique for chain of contexts
268 unsigned glyphID = tempID + ctx->fBaseGlyphCount;
269 // check for overflow of 16bits, since our glyphID cannot exceed that
270 if (glyphID > 0xFFFF)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 107 SkTypeface* getTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
541 uint16_t glyphID;
542 paint.textToGlyphs(&uni, sizeof(uni), &glyphID);
543 if (glyphID != 0) {
685 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForGlyphID(uint16_t glyphID,
698 if (glyphID < upperBounds) {
722 if (glyphID < upperBounds) {
771 SkTypeface* SkGetTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
775 return fontConfig->getTypefaceForGlyphID(glyphID, origTypeface, options,
    [all...]

Completed in 877 milliseconds

12 3 4