Searched refs:fitsInBytes (Results 1 – 13 of 13) sorted by relevance
33 *wideColor = !geometryColor->fitsInBytes(); in finalizeProcessors()
42 if (!this->headDraw().fColor.fitsInBytes()) { in PathTessellateOp()
75 *wideColor = !geometryColor->fitsInBytes(); in finalizeProcessors()
50 if (!this->headColor().fitsInBytes()) { in StrokeTessellateOp()
197 fWideColor = !fPatches[0].fColor.fitsInBytes(); in finalize()
319 return color.fitsInBytes() ? ColorType::kByte : ColorType::kFloat; in MinColorType()
79 return color.fitsInBytes(); in SkPMColor4fFitsInBytes()
120 canConvert &= fOrigColors4f[i].fitsInBytes(); in colorsCanConvertToSkColor()
348 bool fitsInBytes() const { in fitsInBytes() function
163 return !paint.getColor4f().fitsInBytes() && caps->halfFloatVertexAttributeSupport(); in use_wide_color()
64 SkASSERT(wideColor || color.fitsInBytes()); in updateDynamicColor()
149 SkASSERT(wideColor || color.fitsInBytes()); in updateDynamicColor()
683 if (!paint.getColor4f().fitsInBytes() || !cs->isSRGB()) { in UseLegacyBlitter()