Home
last modified time | relevance | path

Searched refs:hasSrc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pipe/
DSkGPipeRead.cpp611 bool hasSrc = SkToBool(flags & kDrawBitmap_HasSrcRect_DrawOpFlag); in drawBitmapRect_rp() local
613 if (hasSrc) { in drawBitmapRect_rp()
658 bool hasSrc = SkToBool(flags & kDrawBitmap_HasSrcRect_DrawOpFlag); in drawImageRect_rp() local
660 if (hasSrc) { in drawImageRect_rp()
DSkGPipeWrite.cpp788 bool hasSrc = src != NULL; in onDrawBitmapRect() local
790 if (hasSrc) { in onDrawBitmapRect()
801 if (hasSrc) { in onDrawBitmapRect()