Searched refs:gID (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/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 | 554 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in emit_subset_type3() local 555 bool skipGlyph = gID != 0 && !subset.has(gID); in emit_subset_type3() 562 characterName.printf("g%X", gID); in emit_subset_type3() 563 SkGlyph* glyph = cache->glyph(gID); in emit_subset_type3() 574 auto pimg = to_image(gID, cache.get()); in emit_subset_type3() 578 imageGlyphs.emplace_back(gID, SkPDFSerializeImage(pimg.fImage.get(), doc)); in emit_subset_type3()
|
/third_party/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()
|
/third_party/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
|
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 386 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()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 533 for (int gID = 0; gID < numGlyphs; ++gID) { in getPostScriptGlyphNames() local 535 FT_Get_Glyph_Name(face, gID, glyphName, 128); in getPostScriptGlyphNames() 536 dstArray[gID] = glyphName; in getPostScriptGlyphNames()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 679 for (int gID = 0; gID < face->num_glyphs; gID++) { in getPostScriptGlyphNames() local 681 FT_Get_Glyph_Name(face, gID, glyphName, 128); in getPostScriptGlyphNames() 682 dstArray[gID] = glyphName; in getPostScriptGlyphNames()
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 571 static int gID = 0; in Poly() local 572 fID = gID++; in Poly() 731 static float gID = 0.0f; in append_point_to_contour() local 732 v->fID = gID++; in append_point_to_contour() 2190 static float gID = 0.0f; in sort_mesh() local 2191 v->fID = gID++; in sort_mesh()
|
/third_party/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`�…
|