Searched refs:fFirstNonZero (Results 1 – 2 of 2) sorted by relevance
14 , 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; variable40 if (gid == 0 || fFirstNonZero == 1) { in toCode()43 SkASSERT(gid >= fFirstNonZero && gid <= fLastGlyph); in toCode()44 return gid - fFirstNonZero + 1; in toCode()