Searched refs:gID (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/pdf/ |
D | SkPDFFont.cpp | 498 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/ |
D | SkPDFType1Font.cpp | 326 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) { in SkPDFEmitType1Font() local 327 encDiffs->appendName(glyphNames[gID].isEmpty() ? unknown : glyphNames[gID]); in SkPDFEmitType1Font()
|
D | SkPDFFont.cpp | 580 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in emit_subset_type3() local 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()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 284 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/skia/src/gpu/ |
D | GrTriangulator.cpp | 294 static int gID = 0; in Poly() local 295 fID = gID++; in Poly() 366 static float gID = 0.0f; in appendPointToContour() local 367 v->fID = gID++; in appendPointToContour() 1400 static float gID = 0.0f; in SortMesh() local 1401 v->fID = gID++; in SortMesh()
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType.cpp | 656 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/ |
D | SkFontHost_FreeType.cpp | 702 for (int gID = 0; gID < numGlyphs; ++gID) { in getPostScriptGlyphNames() local 704 FT_Get_Glyph_Name(face, gID, glyphName, 128); in getPostScriptGlyphNames() 705 dstArray[gID] = glyphName; in getPostScriptGlyphNames()
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 514 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/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 13013 �&��j��n�G��<�ӆ��wjt��^���a]f&���K��Hm�I�sN9���ү���bۡw�.�gID���2Mo����W���$T`&�MRJ�4��9���O… 14647 …�Yo��q����lb.�}��d'������J)i�f��*�?��s���0R@�r_;��~ zx�O"������8S �eKD�gID<�Q����"l�k(VL`�…
|