Home
last modified time | relevance | path

Searched refs:IsPixelAligned (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrClip.h191 static bool IsPixelAligned(const SkRect& rect) { in IsPixelAligned() function
/third_party/skia/src/gpu/v1/
DClipStack.cpp612 if (GrClip::IsPixelAligned(fShape.rect())) { in combine()
616 } else if (!GrClip::IsPixelAligned(other.fShape.rect())) { in combine()
DSurfaceDrawContext.cpp564 } else if (GrClip::IsPixelAligned(drawBounds) && in attemptQuadOptimization()
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp630 if (result.fAA == GrAA::kNo || GrClip::IsPixelAligned(r)) { in calculate_clip()