OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opBytesNeeded
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
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))
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
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))
[
all
...]
Completed in 224 milliseconds