Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMask.h43 static bool IsValidFormat(uint8_t format) { return format < kCountMaskFormats; } in IsValidFormat() function
DSkRemoteGlyphCache.cpp408 SkASSERT(SkMask::IsValidFormat(glyph.fMaskFormat)); in writePendingGlyphs()
422 SkASSERT(SkMask::IsValidFormat(glyph.fMaskFormat)); in writePendingGlyphs()
953 if (!SkMask::IsValidFormat(maskFormat)) return false; in ReadGlyph()