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

  /external/skia/src/gpu/
GrSurface.cpp 93 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
96 if (!subRect.intersect(bounds)) {
100 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
102 *left = subRect.fLeft;
103 *top = subRect.fTop;
104 *width = subRect.width();
105 *height = subRect.height();
GrGpu.cpp 384 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
386 if (!bounds.contains(subRect)) {
424 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
426 if (!bounds.contains(subRect)) {
  /external/skqp/src/gpu/
GrSurface.cpp 93 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
96 if (!subRect.intersect(bounds)) {
100 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
102 *left = subRect.fLeft;
103 *top = subRect.fTop;
104 *width = subRect.width();
105 *height = subRect.height();
GrGpu.cpp 349 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
351 if (!bounds.contains(subRect)) {
402 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
404 if (!bounds.contains(subRect)) {
  /external/skia/gm/
tallstretchedbitmaps.cpp 36 SkIRect subRect = SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius),
38 bm->extractSubset(&smallBM, subRect);
86 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight,
91 canvas->drawBitmapRect(bmp, subRect, dstRect, &paint);
  /external/skqp/gm/
tallstretchedbitmaps.cpp 36 SkIRect subRect = SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius),
38 bm->extractSubset(&smallBM, subRect);
86 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight,
91 canvas->drawBitmapRect(bmp, subRect, dstRect, &paint);
  /prebuilts/go/darwin-x86/src/image/
ycbcr_test.go 90 subRect := Rect(x0, y0, x1, y1)
91 sub := m.SubImage(subRect).(*YCbCr)
  /prebuilts/go/linux-x86/src/image/
ycbcr_test.go 90 subRect := Rect(x0, y0, x1, y1)
91 sub := m.SubImage(subRect).(*YCbCr)
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 449 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
451 SkASSERT(bounds.contains(subRect));
552 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
554 SkASSERT(bounds.contains(subRect));
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 458 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
460 SkASSERT(bounds.contains(subRect));
577 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
579 SkASSERT(bounds.contains(subRect));
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 838 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
840 SkASSERT(bounds.contains(subRect));
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 839 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height);
841 SkASSERT(bounds.contains(subRect));
    [all...]

Completed in 501 milliseconds