Home
last modified time | relevance | path

Searched defs:hasPixels (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrPixmap.h23 bool hasPixels() const { return SkToBool(fAddr); } in hasPixels() function
DGrResourceProvider.cpp68 bool hasPixels = texels[0].fPixels; in createTexture() local