Searched refs:IsValidFormat (Results 1 – 2 of 2) sorted by relevance
43 static bool IsValidFormat(uint8_t format) { return format < kCountMaskFormats; } in IsValidFormat() function
408 SkASSERT(SkMask::IsValidFormat(glyph.fMaskFormat)); in writePendingGlyphs()422 SkASSERT(SkMask::IsValidFormat(glyph.fMaskFormat)); in writePendingGlyphs()953 if (!SkMask::IsValidFormat(maskFormat)) return false; in ReadGlyph()