Home | History | Annotate | Download | only in pipe

Lines Matching refs:opBytesNeeded

349                           size_t opBytesNeeded, const SkPaint* paint);
764 size_t opBytesNeeded,
782 if (this->needOpBytes(opBytesNeeded)) {
792 size_t opBytesNeeded = sizeof(SkScalar) * 2;
794 if (this->commonDrawBitmap(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
804 size_t opBytesNeeded = sizeof(SkRect);
809 opBytesNeeded += sizeof(int32_t) * 4;
817 if (this->commonDrawBitmap(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
828 size_t opBytesNeeded = matrix.writeToMemory(NULL);
830 if (this->commonDrawBitmap(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint)) {
838 size_t opBytesNeeded = sizeof(int32_t) * 4 + sizeof(SkRect);
840 if (this->commonDrawBitmap(bm, kDrawBitmapNine_DrawOp, 0, opBytesNeeded, paint)) {
852 size_t opBytesNeeded = sizeof(int32_t) * 2;
854 if (this->commonDrawBitmap(bm, kDrawSprite_DrawOp, 0, opBytesNeeded, paint)) {