Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp326 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) { in SkPDFEmitType1Font()
327 encDiffs->appendName(glyphNames[gID].isEmpty() ? unknown : glyphNames[gID]); in SkPDFEmitType1Font()
H A DSkPDFFont.cpp580 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in emit_subset_type3()
581 bool skipGlyph = gID != 0 && !subset.has(gID); in emit_subset_type3()
588 characterName.printf("g%X", gID); in emit_subset_type3()
589 const SkGlyph* glyph = metricsAndPaths.glyph(gID); in emit_subset_type3()
600 auto pimg = to_image(gID, &smallGlyphs); in emit_subset_type3()
605 imageGlyphs.emplace_back(gID, SkPDFSerializeImage(pimg.fImage.get(), doc)); in emit_subset_type3()
/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp284 return (UClassID)&gID;
289 return (UClassID)&gID; in getStaticClassID()
293 static char gID; member in NFTestFactory
296 char NFTestFactory::gID = 0; member in NFTestFactory
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp538 for (int gID = 0; gID < numGlyphs; ++gID) {
540 FT_Get_Glyph_Name(face, gID, glyphName, 128);
541 dstArray[gID] = glyphName;
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp386 static int gID = 0; in Poly() local
387 fID = gID++; in Poly()
458 static float gID = 0.0f; in appendPointToContour() local
459 v->fID = gID++; in appendPointToContour()
1498 static float gID = 0.0f; in SortMesh() local
1499 v->fID = gID++; in SortMesh()

Completed in 8 milliseconds