HomeSort by relevance Sort by last modified time
    Searched refs:dstR (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/skia/tools/viewer/
SkottieSlide.cpp 48 const auto dstR = SkRect::MakeSize(fWinSize);
49 fAnimation->render(canvas, &dstR);
  /external/skqp/tools/viewer/
SkottieSlide.cpp 46 const SkRect dstR = SkRect::Make(canvas->imageInfo().bounds());
47 fAnimation->render(canvas, &dstR);
  /external/skia/gm/
drawbitmaprect.cpp 92 const SkRect& dstR, const SkPaint* paint) {
93 canvas->drawBitmapRect(bm, srcR, dstR, paint);
97 const SkRect& dstR, const SkPaint* paint) {
99 bitmapproc(canvas, nullptr, bm, srcR, dstR, paint);
105 canvas->drawBitmapRect(subset, dstR, paint);
110 const SkRect& dstR, const SkPaint* paint) {
111 canvas->drawImageRect(image, srcR, dstR, paint);
115 const SkIRect& srcR, const SkRect& dstR, const SkPaint* paint) {
117 imageproc(canvas, image, bm, srcR, dstR, paint);
122 canvas->drawImageRect(subset, dstR, paint)
    [all...]
bitmaprect.cpp 65 SkRect dstR = { 0, 200, 128, 380 };
74 canvas->drawBitmapRect(bitmap, srcR, dstR, &paint,
77 canvas->drawBitmapRect(bitmap, src[i], dstR, &paint);
80 canvas->drawRect(dstR, paint);
145 SkRect dstR = { 100, 100, 300, 200 };
147 canvas->drawBitmapRect(bitmap, srcR, dstR, nullptr, SkCanvas::kStrict_SrcRectConstraint);
  /external/skqp/gm/
drawbitmaprect.cpp 92 const SkRect& dstR, const SkPaint* paint) {
93 canvas->drawBitmapRect(bm, srcR, dstR, paint);
97 const SkRect& dstR, const SkPaint* paint) {
99 bitmapproc(canvas, nullptr, bm, srcR, dstR, paint);
105 canvas->drawBitmapRect(subset, dstR, paint);
110 const SkRect& dstR, const SkPaint* paint) {
111 canvas->drawImageRect(image, srcR, dstR, paint);
115 const SkIRect& srcR, const SkRect& dstR, const SkPaint* paint) {
117 imageproc(canvas, image, bm, srcR, dstR, paint);
122 canvas->drawImageRect(subset, dstR, paint)
    [all...]
bitmaprect.cpp 65 SkRect dstR = { 0, 200, 128, 380 };
74 canvas->drawBitmapRect(bitmap, srcR, dstR, &paint,
77 canvas->drawBitmapRect(bitmap, src[i], dstR, &paint);
80 canvas->drawRect(dstR, paint);
145 SkRect dstR = { 100, 100, 300, 200 };
147 canvas->drawBitmapRect(bitmap, srcR, dstR, nullptr, SkCanvas::kStrict_SrcRectConstraint);
  /external/skia/src/core/
SkImageInfo.cpp 253 SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height());
254 if (!dstR.intersect(0, 0, dstWidth, dstHeight)) {
268 fInfo = fInfo.makeWH(dstR.width(), dstR.height());
269 fX = dstR.x();
270 fY = dstR.y();
SkDevice.cpp 205 SkRect srcR, dstR;
206 while (iter.next(&srcR, &dstR)) {
207 this->drawImageRect(image, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
215 SkRect srcR, dstR;
216 while (iter.next(&srcR, &dstR)) {
217 this->drawBitmapRect(bitmap, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
226 SkRect srcR, dstR;
231 while (iter.next(&srcR, &dstR, &isFixedColor, &c)) {
240 this->drawRect(dstR, paintCopy);
243 this->drawImageRect(image, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint)
    [all...]
SkBlitMask_D32.cpp 221 int dstR = SkGetPackedR32(d);
228 src_alpha_blend(srcR, dstR, srcA, maskR),
262 int dstR = SkGetPackedR32(d);
269 SkBlend32(srcR, dstR, maskR),
  /external/skqp/src/core/
SkImageInfo.cpp 213 SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height());
214 if (!dstR.intersect(0, 0, dstWidth, dstHeight)) {
228 fInfo = fInfo.makeWH(dstR.width(), dstR.height());
229 fX = dstR.x();
230 fY = dstR.y();
SkDevice.cpp 204 SkRect srcR, dstR;
205 while (iter.next(&srcR, &dstR)) {
206 this->drawImageRect(image, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
214 SkRect srcR, dstR;
215 while (iter.next(&srcR, &dstR)) {
216 this->drawBitmapRect(bitmap, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
225 SkRect srcR, dstR;
230 while (iter.next(&srcR, &dstR, &isFixedColor, &c)) {
239 this->drawRect(dstR, paintCopy);
242 this->drawImageRect(image, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint)
    [all...]
SkBlitMask_D32.cpp 221 int dstR = SkGetPackedR32(d);
228 src_alpha_blend(srcR, dstR, srcA, maskR),
262 int dstR = SkGetPackedR32(d);
269 SkBlend32(srcR, dstR, maskR),
  /system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
col32cb16blend_test.c 71 int dstR = (d>>11)&0x1f;
77 srcR += (f*dstR)>>8;
  /system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
t32cb16blend_test.c 71 int dstR = (d>>11)&0x1f;
81 srcR += (f*dstR)>>8;
  /system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
col32cb16blend_test.c 72 int dstR = (d>>11)&0x1f;
78 srcR += (f*dstR)>>8;
  /system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
t32cb16blend_test.c 71 int dstR = (d>>11)&0x1f;
81 srcR += (f*dstR)>>8;
  /system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
col32cb16blend_test.c 72 int dstR = (d>>11)&0x1f;
78 srcR += (f*dstR)>>8;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 296 float dstR, dstG, dstB, dstA;
353 dstR = (0xFF & (dst >> 16)) * scale;
366 byte dstR, byte dstG, byte dstB, byte dstA) {
373 this.dstR = (0xFF & (dstR)) * scale;
377 s_dstR = (0xFF & (dstR));
403 float r = (dstR * srcA + (1 - dstA) * srcR);
419 float r = (dstR * srcA);
465 return pack(dstA, dstR, dstG, dstB);
477 float r = (dstR * (1 - srcA))
    [all...]
  /external/skqp/src/gpu/ops/
GrLatticeOp.cpp 131 SkRect srcR, dstR;
133 while (patch.fIter->next(&srcR, &dstR)) {
135 SkPointPriv::SetRectTriStrip(positions, dstR.fLeft, dstR.fTop, dstR.fRight,
136 dstR.fBottom, vertexStride);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 395 hwc_rect_t dstR = displayFrame;
397 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
399 dstR.left -= lSplit;
400 dstR.right -= lSplit;
403 dstR, NULL, destR) < 0) {
500 hwc_rect_t dstR = displayFrame;
552 dstR.left = dstL.right;
569 cropR, dstR, NULL /*metadata*/, destR) < 0) {
  /external/skia/src/gpu/ops/
GrLatticeOp.cpp 231 SkRect dstR;
238 while (patch.fIter->next(&srcR, &dstR)) {
240 SkPointPriv::SetRectTriStrip(&vertices->fPosition, dstR.fLeft, dstR.fTop,
241 dstR.fRight, dstR.fBottom, vertexStride);
  /external/skia/src/image/
SkSurface.cpp 193 const SkIRect dstR = SkIRect::MakeWH(this->width(), this->height());
194 if (SkIRect::Intersects(srcR, dstR)) {
196 if (srcR.contains(dstR)) {
  /external/skia/samplecode/
SampleStrokePath.cpp 19 SkRect dstR = { 0, 0, 640, 480 };
37 matrix.setRectToRect(srcR, dstR, SkMatrix::kCenter_ScaleToFit);
  /external/skia/tests/
DrawBitmapRectTest.cpp 258 SkRect dstR = { 0, 0, SkIntToScalar(16), SkIntToScalar(16) };
260 canvas.drawBitmapRect(src, srcR, dstR, nullptr);
  /external/skqp/samplecode/
SampleStrokePath.cpp 19 SkRect dstR = { 0, 0, 640, 480 };
37 matrix.setRectToRect(srcR, dstR, SkMatrix::kCenter_ScaleToFit);

Completed in 558 milliseconds

1 2 3