OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testRects
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp
245
const SkIRect
testRects
[] = {
340
for (size_t rect = 0; rect < SK_ARRAY_COUNT(
testRects
); ++rect) {
341
const SkIRect& srcRect =
testRects
[rect];
WritePixelsTest.cpp
365
const SkIRect
testRects
[] = {
449
for (size_t r = 0; r < SK_ARRAY_COUNT(
testRects
); ++r) {
450
const SkIRect& rect =
testRects
[r];
/external/chromium_org/third_party/skia/src/core/
SkPath.cpp
543
SkRect
testRects
[2];
545
testRects
[0].set(first, SkToS32(last - first));
546
testRects
[1].set(last, SkToS32(pts - last));
547
if (
testRects
[0].contains(
testRects
[1])) {
549
rects[0] =
testRects
[0];
550
rects[1] =
testRects
[1];
558
if (
testRects
[1].contains(
testRects
[0])) {
560
rects[0] =
testRects
[1]
[
all
...]
Completed in 513 milliseconds