HomeSort by relevance Sort by last modified time
    Searched refs:setWindowRectangles (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrFixedClip.h 38 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) {
GrReducedClip.cpp 599 clip.setWindowRectangles(fWindowRects.makeOffset(-fIBounds.left(), -fIBounds.top()),
672 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) {
673 fFixedClip.setWindowRectangles(windows, mode);
708 stencilClip.setWindowRectangles(fWindowRects, GrWindowRectsState::Mode::kExclusive);
    [all...]

Completed in 313 milliseconds