HomeSort by relevance Sort by last modified time
    Searched defs:fLayerID (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrLayerCache.cpp 19 , fLayerID(layerID) {
23 int layerID() const { return fLayerID; }
25 uint32_t getHash() const { return (fPictureID << 16) | fLayerID; }
41 int fLayerID;
GrLayerCache.h 58 int layerID() const { return fLayerID; }
62 fLayerID = layerID;
79 // fLayerID is only valid when fPicture != kInvalidGenID in which case it
81 int fLayerID;
  /external/skia/src/core/
SkMatrixClipStateMgr.h 190 fLayerID = 0;
203 fLayerID = prev->fLayerID;
237 int fLayerID;
283 return fCurMCState->fLayerID > 0;

Completed in 150 milliseconds