Searched refs:fitsInBytes (Results 1 – 19 of 19) sorted by relevance
78 return color.fitsInBytes(); in SkPMColor4fFitsInBytes()
74 !color.fitsInBytes(); in SkPMColor4fNeedsWideColor()
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()
111 canConvert &= fOrigColors4f[i].fitsInBytes(); in colorsCanConvertToSkColor()
120 canConvert &= fOrigColors4f[i].fitsInBytes(); in colorsCanConvertToSkColor()
328 bool fitsInBytes() const { in fitsInBytes() function
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()
266 if (color.fitsInBytes() && Builder::CanBuild(fKey)) {
674 if (!paint.getColor4f().fitsInBytes() || !cs->isSRGB()) { in UseRasterPipelineBlitter()
683 if (!paint.getColor4f().fitsInBytes() || !cs->isSRGB()) { in UseLegacyBlitter()