Home | History | Annotate | Download | only in core

Lines Matching defs:SkThreadedBMPDevice

8 #include "SkThreadedBMPDevice.h"
17 bool SkThreadedBMPDevice::DrawQueue::initColumn(int column, int thread) {
23 bool SkThreadedBMPDevice::DrawQueue::work2D(int row, int column, int thread) {
27 void SkThreadedBMPDevice::DrawQueue::reset() {
43 SkThreadedBMPDevice::SkThreadedBMPDevice(const SkBitmap& bitmap,
68 void SkThreadedBMPDevice::flush() {
73 SkThreadedBMPDevice::DrawState::DrawState(SkThreadedBMPDevice* dev) {
83 SkIRect SkThreadedBMPDevice::transformDrawBounds(const SkRect& drawBounds) const {
92 SkDraw SkThreadedBMPDevice::DrawState::getDraw() const {
100 SkThreadedBMPDevice::TileDraw::TileDraw(const DrawState& ds, const SkIRect& tileBounds)
118 void SkThreadedBMPDevice::drawPaint(const SkPaint& paint) {
125 void SkThreadedBMPDevice::drawPoints(SkCanvas::PointMode mode, size_t count,
133 void SkThreadedBMPDevice::drawRect(const SkRect& r, const SkPaint& paint) {
140 void SkThreadedBMPDevice::drawRRect(const SkRRect& rrect, const SkPaint& paint) {
156 void SkThreadedBMPDevice::drawPath(const SkPath& path, const SkPaint& paint,
172 void SkThreadedBMPDevice::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y,
183 void SkThreadedBMPDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) {
190 void SkThreadedBMPDevice::drawText(const void* text, size_t len, SkScalar x, SkScalar y,
199 void SkThreadedBMPDevice::drawPosText(const void* text, size_t len, const SkScalar xpos[],
208 void SkThreadedBMPDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode,
219 void SkThreadedBMPDevice::drawDevice(SkBaseDevice* device, int x, int y, const SkPaint& paint) {