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