OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subRect
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/gpu/
GrSurface.cpp
104
SkIRect
subRect
= SkIRect::MakeXYWH(*left, *top, *width, *height);
107
if (!
subRect
.intersect(bounds)) {
111
(
subRect
.fTop - *top) * *rowBytes + (
subRect
.fLeft - *left) * bpp);
113
*left =
subRect
.fLeft;
114
*top =
subRect
.fTop;
115
*width =
subRect
.width();
116
*height =
subRect
.height();
GrGpu.cpp
277
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
279
if (!bounds.contains(
subRect
)) {
315
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
317
if (!bounds.contains(
subRect
)) {
/external/skqp/src/gpu/
GrSurface.cpp
104
SkIRect
subRect
= SkIRect::MakeXYWH(*left, *top, *width, *height);
107
if (!
subRect
.intersect(bounds)) {
111
(
subRect
.fTop - *top) * *rowBytes + (
subRect
.fLeft - *left) * bpp);
113
*left =
subRect
.fLeft;
114
*top =
subRect
.fTop;
115
*width =
subRect
.width();
116
*height =
subRect
.height();
GrGpu.cpp
278
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
280
if (!bounds.contains(
subRect
)) {
316
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
318
if (!bounds.contains(
subRect
)) {
/external/skia/gm/
tallstretchedbitmaps.cpp
38
SkIRect
subRect
= SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius),
40
bm->extractSubset(&smallBM,
subRect
);
88
SkIRect
subRect
= SkIRect::MakeLTRB(0, startItem * itemHeight,
93
canvas->drawBitmapRect(bmp,
subRect
, dstRect, &paint);
/external/skqp/gm/
tallstretchedbitmaps.cpp
38
SkIRect
subRect
= SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius),
40
bm->extractSubset(&smallBM,
subRect
);
88
SkIRect
subRect
= SkIRect::MakeLTRB(0, startItem * itemHeight,
93
canvas->drawBitmapRect(bmp,
subRect
, dstRect, &paint);
/external/skia/src/gpu/vk/
GrVkGpu.cpp
447
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
449
SkASSERT(bounds.contains(
subRect
));
549
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
551
SkASSERT(bounds.contains(
subRect
));
[
all
...]
/external/skqp/src/gpu/vk/
GrVkGpu.cpp
444
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
446
SkASSERT(bounds.contains(
subRect
));
546
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
548
SkASSERT(bounds.contains(
subRect
));
[
all
...]
/external/skqp/src/gpu/gl/
GrGLGpu.cpp
876
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height);
878
SkASSERT(bounds.contains(
subRect
));
[
all
...]
/external/skia/src/gpu/gl/
GrGLGpu.cpp
912
SkIRect
subRect
= SkIRect::MakeXYWH(left, top, width, height)
[
all
...]
Completed in 147 milliseconds