Home
last modified time | relevance | path

Searched refs:gId (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp187 for (int gId = 0; gId <= lastIndex; gId++) { in SkPDFMakeCIDGlyphWidthsArray() local
188 glyphIDs[gId] = gId; in SkPDFMakeCIDGlyphWidthsArray()
193 for (int gId = 0; gId <= lastIndex; gId++) { in SkPDFMakeCIDGlyphWidthsArray() local
195 if (gId < lastIndex) { in SkPDFMakeCIDGlyphWidthsArray()
196 if (!subset || 0 == gId || subset->has(gId)) { in SkPDFMakeCIDGlyphWidthsArray()
197 advance = (int16_t)glyphs[gId]->advanceX(); in SkPDFMakeCIDGlyphWidthsArray()
211 curRange.fStartId = gId; // reset in SkPDFMakeCIDGlyphWidthsArray()
215 finish_range(&curRange, gId - 1, AdvanceMetric::kRun); in SkPDFMakeCIDGlyphWidthsArray()
218 curRange = AdvanceMetric(gId); in SkPDFMakeCIDGlyphWidthsArray()
228 gId - repeatedAdvances - wildCardsInRun - 2, in SkPDFMakeCIDGlyphWidthsArray()
[all …]
DSkPDFType1Font.cpp308 for (unsigned gId = firstGlyphID; gId <= lastGlyphID; gId++) { in SkPDFEmitType1Font() local
309 glyphIDs[gId - firstGlyphID + 1] = gId; in SkPDFEmitType1Font()
/third_party/skia/src/pdf/
DSkPDFType1Font.cpp308 for (unsigned gId = firstGlyphID; gId <= lastGlyphID; gId++) { in SkPDFEmitType1Font() local
309 glyphIDs[gId - firstGlyphID + 1] = gId; in SkPDFEmitType1Font()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h68 static size_t gId = 1; in next_id() local
69 return gId++; in next_id()
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h68 static size_t gId = 1; in next_id() local
69 return gId++; in next_id()