Home | History | Annotate | Download | only in core

Lines Matching refs:BDDraw

176 class SkBitmapDevice::BDDraw : public SkDraw {
178 BDDraw(SkBitmapDevice* dev) {
190 BDDraw(this).drawPaint(paint);
195 BDDraw(this).drawPoints(mode, count, pts, paint, nullptr);
199 BDDraw(this).drawRect(r, paint);
219 BDDraw(this).drawRRect(rrect, paint);
226 BDDraw(this).drawPath(path, paint, prePathMatrix, pathIsMutable);
233 BDDraw(this).drawBitmap(bitmap, matrix, nullptr, paint);
328 BDDraw(this).drawBitmap(*bitmapPtr, matrix, dstPtr, paint);
357 BDDraw(this).drawSprite(bitmap, x, y, paint);
362 BDDraw(this).drawText((const char*)text, len, x, y, paint, &fSurfaceProps);
367 BDDraw(this).drawPosText((const char*)text, len, xpos, scalarsPerPos, offset, paint,
373 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
380 BDDraw(this).drawSprite(static_cast<SkBitmapDevice*>(device)->fBitmap, x, y, paint);