Searched refs:gID (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFFont.cpp516 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) {
517 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
529 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) {
530 const bool valid = gID < glyphNames.count() && !glyphNames[gID].isEmpty();
531 const SkString& name = valid ? glyphNames[gID]
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp284 return (UClassID)&gID;
289 return (UClassID)&gID;
293 static char gID; member in class:NFTestFactory
296 char NFTestFactory::gID = 0; member in class:NFTestFactory
/external/skia/src/core/
H A DSkPixelRef.cpp19 static uint32_t gID = 0; local
23 id = sk_atomic_fetch_add(&gID, 2u) + 2; // Never set the low bit.
/external/skia/src/image/
H A DSkSurface.cpp115 static int32_t gID; local
116 return sk_atomic_inc(&gID) + 1;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp664 for (int gID = 0; gID < face->num_glyphs; gID++) {
666 FT_Get_Glyph_Name(face, gID, glyphName, 128);
667 info->fGlyphNames[gID].set(glyphName);
/external/skia/src/gpu/
H A DGrTessellator.cpp465 static int gID = 0; local
466 fID = gID++;
625 static float gID = 0.0f; local
626 v->fID = gID++;
1697 static float gID = 0.0f; local
1698 v->fID = gID++;

Completed in 172 milliseconds