Home
last modified time | relevance | path

Searched refs:fFirstNonZero (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFGlyphUse.h14 , fFirstNonZero(firstNonZero) in SkPDFGlyphUse()
20 SkGlyphID firstNonZero() const { return fFirstNonZero; } in firstNonZero()
27 if (fFirstNonZero == 1) { in getSetValues()
30 uint16_t offset = fFirstNonZero - 1; in getSetValues()
36 SkGlyphID fFirstNonZero = 0; variable
40 if (gid == 0 || fFirstNonZero == 1) { in toCode()
43 SkASSERT(gid >= fFirstNonZero && gid <= fLastGlyph); in toCode()
44 return gid - fFirstNonZero + 1; in toCode()
/external/skqp/src/pdf/
DSkPDFGlyphUse.h14 , fFirstNonZero(firstNonZero) in SkPDFGlyphUse()
20 SkGlyphID firstNonZero() const { return fFirstNonZero; } in firstNonZero()
27 if (fFirstNonZero == 1) { in getSetValues()
30 uint16_t offset = fFirstNonZero - 1; in getSetValues()
36 SkGlyphID fFirstNonZero = 0; variable
40 if (gid == 0 || fFirstNonZero == 1) { in toCode()
43 SkASSERT(gid >= fFirstNonZero && gid <= fLastGlyph); in toCode()
44 return gid - fFirstNonZero + 1; in toCode()