HomeSort by relevance Sort by last modified time
    Searched defs:subRect (Results 1 - 6 of 6) sorted by null

  /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/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/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/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)) {

Completed in 1366 milliseconds