Searched refs:fWindowRects (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrReducedClip.h60 const GrWindowRectangles& windowRectangles() const { return fWindowRects; }
145 GrWindowRectangles fWindowRects; member in class:GrReducedClip::Invert
H A DGrReducedClip.cpp534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {
602 fWindowRects.addWindow(window);
670 fWindowRects.reset();
741 if (!fWindowRects.empty()) {
742 clip.setWindowRectangles(fWindowRects.makeOffset(-fScissor.left(), -fScissor.top()),
811 if (!fWindowRects.empty()) {
812 stencilClip.fixedClip().setWindowRectangles(fWindowRects,
/external/skqp/src/gpu/
H A DGrReducedClip.h60 const GrWindowRectangles& windowRectangles() const { return fWindowRects; }
145 GrWindowRectangles fWindowRects; member in class:GrReducedClip::Invert
H A DGrReducedClip.cpp534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {
602 fWindowRects.addWindow(window);
670 fWindowRects.reset();
741 if (!fWindowRects.empty()) {
742 clip.setWindowRectangles(fWindowRects.makeOffset(-fScissor.left(), -fScissor.top()),
811 if (!fWindowRects.empty()) {
812 stencilClip.fixedClip().setWindowRectangles(fWindowRects,

Completed in 150 milliseconds