Home
last modified time | relevance | path

Searched refs:gID (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/pdf/
DSkPDFFont.cpp498 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) { in emit_subset_type1() local
499 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in emit_subset_type1()
511 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) { in emit_subset_type1() local
512 encDiffs->appendName(glyphNames[gID].isEmpty() ? unknown : glyphNames[gID]); in emit_subset_type1()
677 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in emit_subset_type3() local
678 bool skipGlyph = gID != 0 && !subset.has(gID); in emit_subset_type3()
685 characterName.printf("g%X", gID); in emit_subset_type3()
686 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID); in emit_subset_type3()
698 auto pimg = to_image(gID, cache.get()); in emit_subset_type3()
703 imageGlyphs.emplace_back(gID, SkPDFSerializeImage(pimg.fImage.get(), doc)); in emit_subset_type3()
/external/skia/src/pdf/
DSkPDFFont.cpp494 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) { in emit_subset_type1() local
495 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in emit_subset_type1()
507 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) { in emit_subset_type1() local
508 encDiffs->appendName(glyphNames[gID].isEmpty() ? unknown : glyphNames[gID]); in emit_subset_type1()
673 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in emit_subset_type3() local
674 bool skipGlyph = gID != 0 && !subset.has(gID); in emit_subset_type3()
681 characterName.printf("g%X", gID); in emit_subset_type3()
682 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID); in emit_subset_type3()
694 auto pimg = to_image(gID, cache.get()); in emit_subset_type3()
699 imageGlyphs.emplace_back(gID, SkPDFSerializeImage(pimg.fImage.get(), doc)); in emit_subset_type3()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp284 return (UClassID)&gID; in getDynamicClassID()
289 return (UClassID)&gID; in getStaticClassID()
293 static char gID; member in NFTestFactory
296 char NFTestFactory::gID = 0; member in NFTestFactory
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp656 for (int gID = 0; gID < face->num_glyphs; gID++) { in getPostScriptGlyphNames() local
658 FT_Get_Glyph_Name(face, gID, glyphName, 128); in getPostScriptGlyphNames()
659 dstArray[gID] = glyphName; in getPostScriptGlyphNames()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp656 for (int gID = 0; gID < face->num_glyphs; gID++) { in getPostScriptGlyphNames() local
658 FT_Get_Glyph_Name(face, gID, glyphName, 128); in getPostScriptGlyphNames()
659 dstArray[gID] = glyphName; in getPostScriptGlyphNames()
/external/skia/src/gpu/
DGrTessellator.cpp514 static int gID = 0; in Poly() local
515 fID = gID++; in Poly()
674 static float gID = 0.0f; in append_point_to_contour() local
675 v->fID = gID++; in append_point_to_contour()
2105 static float gID = 0.0f; in sort_mesh() local
2106 v->fID = gID++; in sort_mesh()
/external/skqp/src/gpu/
DGrTessellator.cpp514 static int gID = 0; in Poly() local
515 fID = gID++; in Poly()
674 static float gID = 0.0f; in append_point_to_contour() local
675 v->fID = gID++; in append_point_to_contour()
2105 static float gID = 0.0f; in sort_mesh() local
2106 v->fID = gID++; in sort_mesh()