Home
last modified time | relevance | path

Searched refs:setBoundsCheck (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkRect.h557 (void)this->setBoundsCheck(pts, count); in set()
562 (void)this->setBoundsCheck(pts, count); in setBounds()
570 bool setBoundsCheck(const SkPoint pts[], int count);
DSkPathRef.h319 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
/external/skia/src/core/
DSkRect.cpp55 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() function in SkRect
/external/skia/src/gpu/batches/
DGrDrawVerticesBatch.cpp311 SkDEBUGCODE(bool result = ) bounds.setBoundsCheck(positions.begin(), vertexCount); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/gpu/
DGrDrawContext.cpp423 if (!bounds.setBoundsCheck(positions, vertexCount)) { in drawVertices()
/external/skia/tests/
DPathTest.cpp777 bool isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite()
782 isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite()
787 isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite()