HomeSort by relevance Sort by last modified time
    Searched defs:fValid (Results 1 - 9 of 9) sorted by null

  /external/skia/tools/sk_app/
MetalWindowContext.h 27 bool isValid() override { return fValid; }
48 bool fValid;
  /external/skia/src/core/
SkBuffer.h 54 bool isValid() const { return fValid; }
76 bool fValid = true;
  /external/skia/tests/
BitmapCopyTest.cpp 28 const char* fValid;
107 // Skip checking that success matches fValid, which is redundant
  /external/skqp/src/core/
SkBuffer.h 54 bool isValid() const { return fValid; }
76 bool fValid = true;
  /external/skqp/tests/
BitmapCopyTest.cpp 28 const char* fValid;
107 // Skip checking that success matches fValid, which is redundant
  /external/skia/include/gpu/
GrBackendSurface.h 44 GrBackendFormat() : fValid(false) {}
102 bool isValid() const { return fValid; }
116 bool fValid;
  /external/skqp/include/gpu/
GrBackendSurface.h 44 GrBackendFormat() : fValid(false) {}
100 bool isValid() const { return fValid; }
114 bool fValid;
  /external/skia/src/pathops/
SkPathOpsWinding.cpp 93 fValid = true;
102 bool fValid;
185 newHit->fValid = valid;
282 hit->fValid, operand, span ? span->debugID() : -1, ccw);
295 if (!hit->fValid) {
299 // SkASSERT(!approximately_zero(hit->fT) || !hit->fValid);
  /external/skqp/src/pathops/
SkPathOpsWinding.cpp 93 fValid = true;
102 bool fValid;
185 newHit->fValid = valid;
282 hit->fValid, operand, span ? span->debugID() : -1, ccw);
295 if (!hit->fValid) {
299 // SkASSERT(!approximately_zero(hit->fT) || !hit->fValid);

Completed in 540 milliseconds