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

  /external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.cpp 19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID();
20 le_int32 coverageIndex = getGlyphCoverage(base, glyphID, success);
38 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
47 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
GlyphPositionAdjustments.cpp 107 LEGlyphID glyphID = glyphStorage[i];
120 fontInstance->getGlyphAdvance(glyphID, pixels);
141 lastExitGlyphID = glyphID;
GlyphIterator.cpp 201 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID)
205 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
370 LEGlyphID glyphID = glyphStorage[index];
372 if (!filterCacheValid || filterCache.id != glyphID) {
373 filterCache.id = glyphID;
377 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) {
383 glyphClass = glyphClassDefinitionTable->getGlyphClass(glyphClassDefinitionTable, glyphID, success);
406 -> getGlyphClass(markAttachClassDefinitionTable, glyphID, success) != markAttachType);
  /external/skia/src/gpu/
GrGlyph.h 65 uint16_t glyphID() const { return UnpackID(fPackedID); }
74 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y, MaskStyle ms) {
78 return (dfFlag << 20) | (x << 18) | (y << 16) | glyphID;
  /external/skia/src/ports/
SkFontMgr_android.cpp 353 uint16_t glyphID;
354 paint.textToGlyphs(&character, sizeof(character), &glyphID);
355 if (glyphID != 0) {
SkFontHost_win.cpp 517 uint16_t glyphID = glyph.getGlyphID();
518 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, NULL, reinterpret_cast<LPCWSTR>(&glyphID), 1, NULL);
882 UINT glyphId = glyph->getGlyphID();
887 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
890 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
903 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 180 uint16_t glyphID = 65000;
181 canvas->drawText(&glyphID, 2, 0, 0, paint);
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 194 ULONG glyphID; /* Glyph index; interpretation depends on
223 ArrayOf<GlyphID, UINT>
265 { return group.glyphID + (u - group.startCharCode); }
272 { return group.glyphID; }
318 GlyphID glyphID; /* Glyph ID of the UVS */
340 *glyph = nonDefaults[i].glyphID;
  /external/skia/src/core/
SkPaint.cpp 475 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
478 if (0 == glyphID[i]) {
578 unsigned glyphID = *ptr;
581 return cache->getGlyphIDMetrics(glyphID);
617 unsigned glyphID = *ptr;
620 return cache->getGlyphIDAdvance(glyphID);
709 unsigned glyphID = *ptr;
712 return cache->getGlyphIDMetrics(glyphID);
721 unsigned glyphID = *ptr;
724 return cache->getGlyphIDMetrics(glyphID, x, y)
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 193 milliseconds