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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 309 class DrawBitmapPattern : public PossiblyOpaqueOperation {
311 DrawBitmapPattern(const SkBitmap& bitmap, const SkMatrix& matrix,
315 context->drawBitmapPattern(m_bitmap, m_matrix, m_operator, m_destRect);
PlatformGraphicsContextRecording.cpp 770 void PlatformGraphicsContextRecording::drawBitmapPattern(
775 NEW_OP(DrawBitmapPattern)(bitmap, matrix, compositeOp, destRect),
    [all...]

Completed in 19 milliseconds