Home | History | Annotate | Download | only in pipe

Lines Matching refs:opBytesNeeded

350                           size_t opBytesNeeded, const SkPaint* paint);
762 size_t opBytesNeeded,
768 if (this->needOpBytes(opBytesNeeded)) {
783 size_t opBytesNeeded = sizeof(SkScalar) * 2;
785 if (this->commonDrawBitmap(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
795 size_t opBytesNeeded = sizeof(SkRect);
800 opBytesNeeded += sizeof(int32_t) * 4;
808 if (this->commonDrawBitmap(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
819 size_t opBytesNeeded = matrix.writeToMemory(NULL);
821 if (this->commonDrawBitmap(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint)) {
829 size_t opBytesNeeded = sizeof(int32_t) * 4 + sizeof(SkRect);
831 if (this->commonDrawBitmap(bm, kDrawBitmapNine_DrawOp, 0, opBytesNeeded, paint)) {
843 size_t opBytesNeeded = sizeof(int32_t) * 2;
845 if (this->commonDrawBitmap(bm, kDrawSprite_DrawOp, 0, opBytesNeeded, paint)) {