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

  /external/skia/src/core/
SkBitmapDevice.cpp 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)
    [all...]
SkBitmapDevice.h 149 class BDDraw;
  /external/skqp/src/core/
SkBitmapDevice.cpp 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)
    [all...]
SkBitmapDevice.h 149 class BDDraw;

Completed in 69 milliseconds