Searched refs:tightBounds (Results 1 – 2 of 2) sorted by relevance
30 SkRect tightBounds; in testTightBoundsLines() local31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsLines()32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds); in testTightBoundsLines()80 SkRect tightBounds; in testTightBoundsQuads() local81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsQuads()82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds)); in testTightBoundsQuads()105 tightBounds.roundOut(&tightOut); in testTightBoundsQuads()
72 SkRect tightBounds; in GrReducedClip() local73 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()74 fIBounds = GrClip::GetPixelIBounds(tightBounds); in GrReducedClip()