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

  /external/skia/tools/
filtermain.cpp 67 // where the saveLayer's color can be moved into the drawBitmapRect
72 DrawBitmapRect* dbmr = (DrawBitmapRect*) commands[i+1];
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 328 class DrawBitmapRect : public PossiblyOpaqueOperation {
330 DrawBitmapRect(const SkBitmap& bitmap, const SkIRect& srcR,
334 context->drawBitmapRect(m_bitmap, &m_srcR, m_dstR, m_operator);
PlatformGraphicsContextRecording.cpp 779 void PlatformGraphicsContextRecording::drawBitmapRect(const SkBitmap& bitmap,
788 appendDrawingOperation(NEW_OP(DrawBitmapRect)(bitmap, src, dst, op), dst);
    [all...]
  /external/skia/tests/
CanvasTest.cpp 317 SIMPLE_TEST_STEP(DrawBitmapRect, drawBitmapRect(kTestBitmap, NULL, kTestRect,
319 SIMPLE_TEST_STEP(DrawBitmapRectSrcRect, drawBitmapRect(kTestBitmap,
321 SIMPLE_TEST_STEP(DrawBitmapRectPaint, drawBitmapRect(kTestBitmap, NULL,
    [all...]

Completed in 74 milliseconds