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

  /external/skia/src/pipe/
SkGPipeWrite.cpp 775 bool hasSrc = src != NULL;
777 if (hasSrc) {
785 if (hasSrc) {
    [all...]
SkGPipeRead.cpp 553 bool hasSrc = SkToBool(flags & kDrawBitmap_HasSrcRect_DrawOpFlag);
555 if (hasSrc) {

Completed in 33 milliseconds