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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 75 virtual void drawBitmapPattern(const SkBitmap& bitmap, const SkMatrix& matrix,
PlatformGraphicsContext.h 107 virtual void drawBitmapPattern(const SkBitmap& bitmap, const SkMatrix& matrix,
PlatformGraphicsContextRecording.h 116 virtual void drawBitmapPattern(const SkBitmap& bitmap, const SkMatrix& matrix,
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);
PlatformGraphicsContextSkia.cpp 231 void PlatformGraphicsContextSkia::drawBitmapPattern(
PlatformGraphicsContextRecording.cpp 770 void PlatformGraphicsContextRecording::drawBitmapPattern(
775 NEW_OP(DrawBitmapPattern)(bitmap, matrix, compositeOp, destRect),
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 277 gc->platformContext()->drawBitmapPattern(bitmap, matrix, compositeOp, destRect);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 463 void drawBitmapPattern(SharedBitmap*, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 407 ctxt->drawBitmapPattern(this, tileRectIn, patternTransform, phase, styleColorSpace, op, destRect, origSourceSize);
GraphicsContextWinCE.cpp     [all...]

Completed in 56 milliseconds