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

  /external/skia/src/core/
SkRect.cpp 55 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) {
  /external/skia/include/core/
SkPathRef.h 288 return bounds->setBoundsCheck(ref.points(), count);
SkRect.h 556 // for now. Now that we have setBoundsCheck(), we may decide to make
558 (void)this->setBoundsCheck(pts, count);
563 (void)this->setBoundsCheck(pts, count);
571 bool setBoundsCheck(const SkPoint pts[], int count);
  /external/skia/src/gpu/
GrContext.cpp     [all...]
  /external/skia/tests/
PathTest.cpp 676 bool isFine = r.setBoundsCheck(pts, 3);
681 isFine = r.setBoundsCheck(pts, 3);
686 isFine = r.setBoundsCheck(pts, 3);
    [all...]

Completed in 103 milliseconds