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

  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 360 size_t opBytesNeeded, const SkPaint* paint);
777 size_t opBytesNeeded,
795 if (this->needOpBytes(opBytesNeeded)) {
805 size_t opBytesNeeded = sizeof(SkScalar) * 2;
807 if (this->commonDrawBitmap(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
817 size_t opBytesNeeded = sizeof(SkRect);
822 opBytesNeeded += sizeof(int32_t) * 4;
830 if (this->commonDrawBitmap(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
841 size_t opBytesNeeded = matrix.writeToMemory(NULL);
843 if (this->commonDrawBitmap(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint))
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 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))
    [all...]

Completed in 59 milliseconds