HomeSort by relevance Sort by last modified time
    Searched defs:glyphID (Results 1 - 10 of 10) 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/skia/gpu/include/
GrGlyph.h 59 uint16_t glyphID() const { return UnpackID(fPackedID); }
68 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) {
71 return (x << 18) | (y << 16) | glyphID;
  /external/webkit/Source/WebCore/platform/graphics/android/
GlyphMapAndroid.cpp 129 uint16_t glyphID = glyphs[i];
131 if (!glyphID)
132 glyphID = EmojiFont::UnicharToGlyph(uni);
133 setGlyphDataForIndex(offset + i, glyphID, fontData);
134 allGlyphs |= glyphID;
138 uint16_t glyphID = glyphs[i];
139 setGlyphDataForIndex(offset + i, glyphID, fontData);
140 allGlyphs |= glyphID;
  /external/skia/src/core/
SkPaint.cpp 366 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId) {
370 const SkGlyph& glyph = cache->getGlyphIDMetrics(glyphId);
456 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
459 if (0 == glyphID[i]) {
554 unsigned glyphID = *ptr;
557 return cache->getGlyphIDMetrics(glyphID);
567 unsigned glyphID = *ptr;
569 return cache->getGlyphIDMetrics(glyphID);
610 unsigned glyphID = *ptr;
613 return cache->getGlyphIDAdvance(glyphID);
    [all...]
SkScalerContext.cpp 222 unsigned glyphID = glyph.getGlyphID();
226 if (glyphID < count) {
229 glyphID -= count;
245 unsigned glyphID;
247 glyphID = ctx->generateCharToGlyph(uni);
248 if (glyphID) {
256 // add the ctx's base, making glyphID unique for chain of contexts
257 glyphID += ctx->fBaseGlyphCount;
258 // check for overflow of 16bits, since our glyphID cannot exceed that
259 if (glyphID > 0xFFFF)
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 212 glyph = layoutPtr->glyphID;
233 GlyphID glyphID = glyph->getGlyphID(fBaseGlyphCount);
237 OSStatus err = ATSUGlyphGetScreenMetrics(fStyle, 1, &glyphID, 0, true, true,
243 err = ATSUGlyphGetIdealMetrics(fStyle, 1, &glyphID, 0, &idealMetrics);
283 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
289 glyph.fTop + glyph.fHeight, &glyphID, 1);
SkFontHost_win.cpp 559 uint16_t glyphID = glyph.getGlyphID();
561 ExtTextOut(dc, 0, 0, ETO_GLYPH_INDEX, NULL, (LPCWSTR)&glyphID, 1, NULL);
563 ExtTextOut(dc, 0, 0, ETO_GLYPH_INDEX, NULL, (LPCSTR)&glyphID, 1, NULL);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 290 milliseconds