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

  /external/chromium_org/third_party/skia/include/gpu/
GrEffect.h 151 bool willReadDstColor() const { return fWillReadDstColor; }
225 : fWillReadDstColor(false)
285 void setWillReadDstColor() { fWillReadDstColor = true; }
333 bool fWillReadDstColor;
  /external/skia/include/gpu/
GrEffect.h 151 bool willReadDstColor() const { return fWillReadDstColor; }
225 : fWillReadDstColor(false)
285 void setWillReadDstColor() { fWillReadDstColor = true; }
333 bool fWillReadDstColor;

Completed in 84 milliseconds