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

  /external/skia/src/gpu/
GrReducedClip.h 60 const GrWindowRectangles& windowRectangles() const { return fWindowRects; }
145 GrWindowRectangles fWindowRects;
GrReducedClip.cpp 534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {
602 fWindowRects.addWindow(window);
670 fWindowRects.reset();
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.h 60 const GrWindowRectangles& windowRectangles() const { return fWindowRects; }
145 GrWindowRectangles fWindowRects;
GrReducedClip.cpp 534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {
602 fWindowRects.addWindow(window);
670 fWindowRects.reset();
    [all...]

Completed in 66 milliseconds