Home
last modified time | relevance | path

Searched refs:drawBitmap (Results 1 – 25 of 74) sorted by relevance

123

/external/skia/samplecode/
DSampleWarp.cpp36 canvas->drawBitmap(mask, 0, 0, &paint); in test_bigblur()
38 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint); in test_bigblur()
47 canvas->drawBitmap(mask, 0, 0, &paint); in test_bigblur()
49 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint); in test_bigblur()
55 canvas->drawBitmap(mask, 0, 0, &paint); in test_bigblur()
57 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint); in test_bigblur()
61 canvas->drawBitmap(mask, 0, 0, &paint); in test_bigblur()
62 canvas->drawBitmap(mask, 0, 0, &paint); in test_bigblur()
63 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint); in test_bigblur()
67 canvas->drawBitmap(mask, 0, 0, &paint); in test_bigblur()
[all …]
DSampleDitherBitmap.cpp110 canvas->drawBitmap(bitmap, 0, 0, &paint); in draw2()
112 canvas->drawBitmap(bitmap, 0, SkIntToScalar(bm.height() + 10), &paint); in draw2()
117 canvas->drawBitmap(bitmap, x, 0, &paint); in draw2()
119 canvas->drawBitmap(bitmap, x, SkIntToScalar(bm.height() + 10), &paint); in draw2()
DSampleDither.cpp146 canvas->drawBitmap(fBM, x, y, &paint); in onDrawContent()
149 canvas->drawBitmap(fBM, x, y, &paint); in onDrawContent()
153 canvas->drawBitmap(fBMPreDither, x, y, &paint); in onDrawContent()
156 canvas->drawBitmap(fBM16, x, y, &paint); in onDrawContent()
DSampleXfermodes.cpp74 canvas->drawBitmap(bm1, 0, 0, NULL); canvas->translate(dx, 0);
75 canvas->drawBitmap(bm2, 0, 0, NULL); canvas->translate(dx, 0);
76 canvas->drawBitmap(bm3, 0, 0, NULL); canvas->translate(dx, 0);
121 canvas->drawBitmap(fSrcB, x, y, &p); in draw_mode()
124 canvas->drawBitmap(fDstB, x, y, &p); in draw_mode()
DSampleMipMap.cpp56 canvas->drawBitmap(bitmap, 0, 0, NULL); in drawN()
72 c.drawBitmap(bitmap, 0, 0, NULL); in drawN2()
76 canvas->drawBitmap(bg, 0, 0, NULL); in drawN2()
DSampleHairline.cpp209 canvas->drawBitmap(b0, 0, 0, NULL); in show_bitmaps()
210 canvas->drawBitmap(b1, SkIntToScalar(b0.width()), 0, NULL); in show_bitmaps()
241 canvas->drawBitmap(bm2, SkIntToScalar(10), SkIntToScalar(10), NULL); in onDrawContent()
DSampleStrokeText.cpp59 canvas.drawBitmap(src, 0, 0, &paint); in lettersToBitmap()
128 canvas->drawBitmap(bm, 0, 0); in onDrawContent()
DSampleMovie.cpp42 canvas->drawBitmap(fMovie->bitmap(), SkIntToScalar(20), in onDraw()
DSampleEncode.cpp180 canvas->drawBitmap(fBitmaps[i], x, y); in onDrawContent()
192 canvas->drawBitmap(bm, x, yy); in onDrawContent()
DSamplePicture.cpp125 canvas->drawBitmap(fBitmap, 0, 0, NULL); in PictureView()
163 canvas->drawBitmap(fBitmap, 0, 0, NULL); in drawSomething()
DSampleDecode.cpp57 canvas->drawBitmap(fBitmap[i], 0, 0); in onDraw()
DSampleLayerMask.cpp41 canvas->drawBitmap(mask, r.fLeft, r.fTop, &paint); in drawMask()
DSampleBitmapRect.cpp74 canvas->drawBitmap(fBitmap, 0, 0, &paint); in onDrawContent()
DSampleImageDir.cpp257 canvas->drawBitmap(fBitmaps[i], x, y, &p); in onDraw()
263 canvas->drawBitmap(fBitmaps[fCurrIndex], x, y, &paint); in onDraw()
DSampleLines.cpp63 canvas->drawBitmap(bm, 0, 0, NULL); in onDrawContent()
DSampleNinePatch.cpp73 canvas->drawBitmap(fBM, 0, 0); in onDrawContent()
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble.cc209 buffer_canvas.drawBitmap(bitmap, 0, 0); in DrawVolumeOverlay()
213 buffer_canvas.drawBitmap(*g_images.Get().mic_mask(), -clip_right, 0, in DrawVolumeOverlay()
216 canvas->drawBitmap(*buffer_image_.get(), 0, 0); in DrawVolumeOverlay()
225 canvas.drawBitmap(*g_images.Get().mic_empty(), 0, 0); in SetInputVolume()
/external/chromium/chrome/common/extensions/
Dextension_action.cc174 canvas->AsCanvasSkia()->drawBitmap(*gradient_left, rect.fLeft, rect.fTop); in PaintBadge()
181 canvas->AsCanvasSkia()->drawBitmap(*gradient_right, in PaintBadge()
/external/skia/gm/
Dxfermodes.cpp44 canvas->drawBitmap(fSrcB, x, y, &p); in draw_mode()
47 canvas->drawBitmap(fDstB, x, y, &p); in draw_mode()
/external/skia/src/utils/
DSkProxyCanvas.cpp83 void SkProxyCanvas::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y, in drawBitmap() function in SkProxyCanvas
85 fProxy->drawBitmap(bitmap, x, y, paint); in drawBitmap()
DSkNWayCanvas.cpp178 void SkNWayCanvas::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y, in drawBitmap() function in SkNWayCanvas
182 iter->drawBitmap(bitmap, x, y, paint); in drawBitmap()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPatternSkia.cpp90 canvas.drawBitmap(*bm, 0, 0); in platformPattern()
/external/webkit/Source/WebKit/android/plugins/
DANPCanvasInterface.cpp147 canvas->skcanvas->drawBitmap(*SkANP::SetBitmap(&bm, *bitmap), in anp_drawBitmap()
195 ASSIGN(i, drawBitmap); in ANPCanvasInterfaceV0_Init()
/external/webkit/Source/WebKit/android/
DRenderSkinRadio.cpp108 canvas->drawBitmap(s_bitmap[checked + 2*(!isCheckBox)], in Draw()
/external/skia/src/core/
DSkDevice.cpp167 void SkDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap, in drawBitmap() function in SkDevice
179 draw.drawBitmap(*bitmapPtr, matrix, paint); in drawBitmap()

123