OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testRects
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
ReadPixelsTest.cpp
255
const SkIRect
testRects
[] = {
352
for (size_t rect = 0; rect < SK_ARRAY_COUNT(
testRects
); ++rect) {
353
const SkIRect& srcRect =
testRects
[rect];
WritePixelsTest.cpp
364
const SkIRect
testRects
[] = {
447
for (size_t r = 0; r < SK_ARRAY_COUNT(
testRects
); ++r) {
448
const SkIRect& rect =
testRects
[r];
/external/chromium_org/third_party/skia/src/core/
SkPath.cpp
503
SkRect
testRects
[2];
505
testRects
[0].set(first, SkToS32(last - first));
506
testRects
[1].set(last, SkToS32(pts - last));
507
if (
testRects
[0].contains(
testRects
[1])) {
509
rects[0] =
testRects
[0];
510
rects[1] =
testRects
[1];
518
if (
testRects
[1].contains(
testRects
[0])) {
520
rects[0] =
testRects
[1]
[
all
...]
/external/skia/src/core/
SkPath.cpp
503
SkRect
testRects
[2];
505
testRects
[0].set(first, SkToS32(last - first));
506
testRects
[1].set(last, SkToS32(pts - last));
507
if (
testRects
[0].contains(
testRects
[1])) {
509
rects[0] =
testRects
[0];
510
rects[1] =
testRects
[1];
518
if (
testRects
[1].contains(
testRects
[0])) {
520
rects[0] =
testRects
[1]
[
all
...]
Completed in 960 milliseconds