Home
last modified time | relevance | path

Searched refs:GetPixelIBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrClip.h108 static SkIRect GetPixelIBounds(const SkRect& bounds) { in GetPixelIBounds() function
DGrReducedClip.cpp74 fIBounds = GrClip::GetPixelIBounds(tightBounds); in GrReducedClip()
97 fIBounds = GrClip::GetPixelIBounds(tighterQuery); in GrReducedClip()
/external/skia/tests/
DClipStackTest.cpp1259 SkIRect expectedClipIBounds = GrClip::GetPixelIBounds(queryBounds); in test_aa_query()
1261 SkAssertResult(expectedClipIBounds.intersect(GrClip::GetPixelIBounds(stackBounds))); in test_aa_query()