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

  /external/skia/src/gpu/
GrGlyph.h 63 uint16_t glyphID() const { return UnpackID(fPackedID); }
72 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y, MaskStyle ms) {
76 return (dfFlag << 20) | (x << 18) | (y << 16) | glyphID;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ClassTable.java 23 private int glyphID;
26 public ClassEntry(int glyphID, int classID)
28 this.glyphID = glyphID;
34 return glyphID;
44 return this.glyphID - that.glyphID;
68 public static int search(ClassEntry[] table, int glyphID)
76 if (table[extra].glyphID <= glyphID) {
    [all...]
  /external/skia/gm/
poly2poly.cpp 221 uint16_t glyphID = 3; // X
222 canvas->drawText((void*) &glyphID, sizeof(glyphID), x, y, *paint);
  /external/skia/src/ports/
SkFontMgr_android.cpp 366 uint16_t glyphID;
367 paint.textToGlyphs(&character, sizeof(character), &glyphID);
368 if (glyphID != 0) {
SkFontHost_win.cpp 521 uint16_t glyphID = glyph.getGlyphID();
522 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, nullptr, reinterpret_cast<LPCWSTR>(&glyphID), 1, nullptr);
893 UINT glyphId = glyph->getGlyphID();
898 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
901 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
914 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 169 uint16_t glyphID = 65000;
170 canvas->drawText(&glyphID, 2, 0, 0, paint);
  /external/skia/src/core/
SkFindAndPlaceGlyph.h 52 // the right UniChar (or GlyphID) and lookup up the glyph on the cache. The concrete
133 uint16_t glyphID = *ptr;
136 return glyphID;
SkGlyphCache.cpp 84 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode);
85 rec->fPackedGlyphID = SkPackedGlyphID(glyphID);
86 return glyphID;
90 SkUnichar SkGlyphCache::glyphToUnichar(SkGlyphID glyphID) {
91 return fScalerContext->glyphIDToChar(glyphID);
109 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) {
111 SkPackedGlyphID packedGlyphID(glyphID);
127 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID) {
129 SkPackedGlyphID packedGlyphID(glyphID);
133 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y)
    [all...]
SkPaint.cpp 493 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
496 if (0 == glyphID[i]) {
596 unsigned glyphID = *ptr;
599 return cache->getGlyphIDMetrics(glyphID);
635 unsigned glyphID = *ptr;
638 return cache->getGlyphIDAdvance(glyphID);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 213 ULONG glyphID; /* Glyph index; interpretation depends on
243 ArrayOf<GlyphID, UINT>
286 { return group.glyphID + (u - group.startCharCode); }
293 { return group.glyphID; }
341 GlyphID glyphID; /* Glyph ID of the UVS */
363 *glyph = nonDefaults[i].glyphID;
  /external/skia/src/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 152 milliseconds