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

  /external/chromium_org/third_party/skia/include/core/
SkRect.h 521 // for now. Now that we have setBoundsCheck(), we may decide to make
523 (void)this->setBoundsCheck(pts, count);
528 (void)this->setBoundsCheck(pts, count);
536 bool setBoundsCheck(const SkPoint pts[], int count);
  /external/skia/include/core/
SkRect.h 521 // for now. Now that we have setBoundsCheck(), we may decide to make
523 (void)this->setBoundsCheck(pts, count);
528 (void)this->setBoundsCheck(pts, count);
536 bool setBoundsCheck(const SkPoint pts[], int count);
  /external/chromium_org/third_party/skia/src/core/
SkRect.cpp 73 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) {
SkPath.cpp 139 return bounds->setBoundsCheck(ref.points(), count);
    [all...]
  /external/skia/src/core/
SkRect.cpp 73 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) {
SkPath.cpp 139 return bounds->setBoundsCheck(ref.points(), count);
    [all...]
  /external/skia/tests/
PathTest.cpp 467 bool isFine = r.setBoundsCheck(pts, 3);
472 isFine = r.setBoundsCheck(pts, 3);
477 isFine = r.setBoundsCheck(pts, 3);
    [all...]

Completed in 880 milliseconds