HomeSort by relevance Sort by last modified time
    Searched defs:glyphID (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
CursiveAttachmentSubtables.cpp 19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID();
20 le_int32 coverageIndex = getGlyphCoverage(glyphID);
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
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;
  /external/webkit/WebCore/platform/graphics/android/
GlyphMapAndroid.cpp 69 uint16_t glyphID = glyphs[i];
71 if (!glyphID)
72 glyphID = EmojiFont::UnicharToGlyph(uni);
73 setGlyphDataForIndex(offset + i, glyphID, fontData);
74 allGlyphs |= glyphID;
78 uint16_t glyphID = glyphs[i];
79 setGlyphDataForIndex(offset + i, glyphID, fontData);
80 allGlyphs |= glyphID;
  /external/skia/src/core/
SkPaint.cpp 393 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
396 if (0 == glyphID[i]) {
491 unsigned glyphID = *ptr;
494 return cache->getGlyphIDMetrics(glyphID);
504 unsigned glyphID = *ptr;
506 return cache->getGlyphIDMetrics(glyphID);
549 unsigned glyphID = *ptr;
552 return cache->getGlyphIDAdvance(glyphID);
562 unsigned glyphID = *ptr;
564 return cache->getGlyphIDAdvance(glyphID);
    [all...]
SkScalerContext.cpp 224 unsigned glyphID = glyph.getGlyphID();
228 if (glyphID < count) {
231 glyphID -= count;
247 unsigned glyphID;
249 glyphID = ctx->generateCharToGlyph(uni);
250 if (glyphID) {
258 // add the ctx's base, making glyphID unique for chain of contexts
259 glyphID += ctx->fBaseGlyphCount;
260 // check for overflow of 16bits, since our glyphID cannot exceed that
261 if (glyphID > 0xFFFF)
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 75 milliseconds