Searched refs:gID (Results 1 – 8 of 8) sorted by relevance
16 static int gID = 0; in NextInternalTextureID() local17 return sk_atomic_inc(&gID) + 1; in NextInternalTextureID()23 static int gID = 0; in NextExternalTextureID() local24 return sk_atomic_dec(&gID) - 1; in NextExternalTextureID()
542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) { in populate_type_1_font() local543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in populate_type_1_font()555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) { in populate_type_1_font() local556 const bool valid = gID < glyphNames.count() && !glyphNames[gID].isEmpty(); in populate_type_1_font()557 const SkString& name = valid ? glyphNames[gID] : unknown; in populate_type_1_font()660 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in add_type3_font_info() local661 bool skipGlyph = gID != 0 && !subset.has(gID); in add_type3_font_info()668 characterName.printf("g%X", gID); in add_type3_font_info()669 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID); in add_type3_font_info()
18 static uint32_t gID = 0; in ImageID() local22 id = sk_atomic_fetch_add(&gID, 2u) + 2; // Never set the low bit. in ImageID()
284 return (UClassID)&gID; in getDynamicClassID()289 return (UClassID)&gID; in getStaticClassID()293 static char gID; member in NFTestFactory296 char NFTestFactory::gID = 0; member in NFTestFactory
84 SkDEBUGCODE(allocData->fID = []{static int32_t gID; return sk_atomic_inc(&gID) + 1;}()); in allocate() local
464 static int gID = 0; in Poly() local465 fID = gID++; in Poly()624 static float gID = 0.0f; in append_point_to_contour() local625 v->fID = gID++; in append_point_to_contour()1716 static float gID = 0.0f; in sort_mesh() local1717 v->fID = gID++; in sort_mesh()
115 static int32_t gID; in newGenerationID() local116 return sk_atomic_inc(&gID) + 1; in newGenerationID()
614 for (int gID = 0; gID < face->num_glyphs; gID++) { in onGetAdvancedMetrics() local616 FT_Get_Glyph_Name(face, gID, glyphName, 128); in onGetAdvancedMetrics()617 info->fGlyphNames[gID].set(glyphName); in onGetAdvancedMetrics()