HomeSort by relevance Sort by last modified time
    Searched full:drawbitmaprect (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/skia/gm/
drawbitmaprect.cpp 86 return SkString("drawbitmaprect");
105 canvas->drawBitmapRect(fLargeBitmap, NULL,
130 canvas->drawBitmapRect(fLargeBitmap, &srcRect, dstRect);
175 canvas->drawBitmapRect(bm, &srcRect, dstRect, &paint);
verylargebitmap.cpp 49 canvas->drawBitmapRect(bm, &ir, r, NULL);
54 canvas->drawBitmapRect(bm, NULL, r, NULL);
bitmaprect.cpp 76 canvas->drawBitmapRect(bitmap, &src[i], dstR, &paint);
224 canvas->drawBitmapRect(bitmap, &iSrcR1, dstR1, &paint);
225 canvas->drawBitmapRect(bitmap, &iSrcR2, dstR2, &paint);
Android.mk 65 drawbitmaprect.cpp \
  /external/chromium_org/third_party/skia/src/effects/
SkTestImageFilters.cpp 67 canvas.drawBitmapRect(tmp, NULL, r, NULL);
  /external/skia/src/effects/
SkTestImageFilters.cpp 67 canvas.drawBitmapRect(tmp, NULL, r, NULL);
  /external/skia/tools/
filtermain.cpp 51 // where the saveLayer's color can be moved into the drawBitmapRect
68 // For this optimization we only fold the saveLayer and drawBitmapRect
80 // Fold the saveLayer's alpha into the drawBitmapRect and remove the saveLayer
123 // where the saveLayer's color can be moved into the drawBitmapRect
143 // For this optimization we only fold the saveLayer and drawBitmapRect
146 // an alpha while the drawBitmapRect's is opaque.
158 // Fold the saveLayer's alpha into the drawBitmapRect and remove the saveLayer
272 // where the rect and drawBitmapRect dst exactly match
294 // Remove everything but the drawBitmapRect
512 // remove everything except the drawbitmaprect
    [all...]
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.cc 79 new_canvas.get()->drawBitmapRect(bitmap_, &src_rect, dst_rect, &copy_paint);
139 canvas_.get()->drawBitmapRect(sk_bitmap, &srcrect, dstrect, &copy_paint);
  /external/chromium_org/third_party/skia/include/gpu/
SkGpuDevice.h 99 virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
175 * Implementation for both drawBitmap and drawBitmapRect.
  /external/skia/include/gpu/
SkGpuDevice.h 99 virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
175 * Implementation for both drawBitmap and drawBitmapRect.
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.cc 74 canvas_.get()->drawBitmapRect(sk_bitmap, &srcrect, dstrect, &copy_paint);
  /external/skia/bench/
GameBench.cpp 208 canvas->drawBitmapRect(fAtlas, &src, dst, &p,
212 canvas->drawBitmapRect(fCheckerboard, NULL, dst, &p);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.cpp 90 destCanvas.drawBitmapRect(srcBmp, 0, destRect);
459 m_destContext->drawBitmapRect(*bitmap, &sourceRect, destRect, &paint);
495 m_destContext->drawBitmapRect(bitmap, &sourceRect, destRect, 0);
  /external/chromium_org/third_party/skia/src/utils/
SkNinePatch.cpp 139 canvas->drawBitmapRect(bitmap, NULL, bounds, paint);
296 canvas->drawBitmapRect(bitmap, &s, d, paint);
  /external/skia/src/utils/
SkNinePatch.cpp 139 canvas->drawBitmapRect(bitmap, NULL, bounds, paint);
296 canvas->drawBitmapRect(bitmap, &s, d, paint);
  /external/skia/tests/
DrawBitmapRectTest.cpp 312 DEF_TEST(DrawBitmapRect, reporter) {
323 canvas.drawBitmapRect(src, &srcR, dstR, NULL);
CanvasTest.cpp 306 SIMPLE_TEST_STEP(DrawBitmapRect, drawBitmapRect(kTestBitmap, NULL, kTestRect,
308 SIMPLE_TEST_STEP(DrawBitmapRectSrcRect, drawBitmapRect(kTestBitmap,
310 SIMPLE_TEST_STEP(DrawBitmapRectPaint, drawBitmapRect(kTestBitmap, NULL,
    [all...]
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 177 canvas_->drawBitmapRect(back_bitmap, &src_rect, dst_rect, NULL);
  /external/chromium_org/skia/ext/
analysis_canvas.h 107 virtual void drawBitmapRect(const SkDraw& draw,
lazy_pixel_ref_utils_unittest.cc 507 TEST(LazyPixelRefUtilsTest, DrawBitmapRect) {
529 canvas->drawBitmapRect(first, SkRect::MakeWH(100, 100), &non_lazy_paint);
532 canvas->drawBitmapRect(
536 canvas->drawBitmapRect(
vector_platform_device_emf_win.h 51 virtual void drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap,
  /external/chromium_org/third_party/skia/gyp/
gmslides.gypi 53 '../gm/drawbitmaprect.cpp',
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipePriv.h 148 // Specific to drawBitmapRect, but needs to be different from HasPaint,
  /external/skia/gyp/
gmslides.gypi 53 '../gm/drawbitmaprect.cpp',
  /external/skia/src/pipe/
SkGPipePriv.h 148 // Specific to drawBitmapRect, but needs to be different from HasPaint,

Completed in 4184 milliseconds

1 2 3