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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 439 class DrawRect : public Operation {
441 DrawRect(const IntRect& rect) : m_rect(rect) {}
443 context->drawRect(m_rect);
PlatformGraphicsContextRecording.cpp 865 void PlatformGraphicsContextRecording::drawRect(const IntRect& rect)
867 appendDrawingOperation(NEW_OP(DrawRect)(rect), rect);
    [all...]
  /external/skia/include/core/
SkCanvas.h 44 values. For any given draw call (e.g. drawRect), the geometry of the object
573 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
584 this->drawRect(r, paint);
    [all...]
  /external/skia/legacy/include/core/
SkCanvas.h 34 values. For any given draw call (e.g. drawRect), the geometry of the object
561 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
572 this->drawRect(r, paint);
    [all...]
  /external/skia/legacy/src/core/
SkCanvas.cpp     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 460 gc.DrawRect(Rect());
  /external/skia/tests/
CanvasTest.cpp 313 SIMPLE_TEST_STEP(DrawRect, drawRect(kTestRect, kTestPaint));
493 testCanvas->drawRect(kTestRect, kTestPaint);
590 canvas->drawRect(kTestRect,kTestPaint);
    [all...]

Completed in 213 milliseconds