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

  /external/skia/include/core/
SkShader.h 103 virtual uint8_t getSpan16Alpha() const { return fPaintAlpha; }
177 uint8_t getPaintAlpha() const { return fPaintAlpha; }
186 uint8_t fPaintAlpha;
  /external/skia/src/core/
SkShader.cpp 97 fPaintAlpha = paint.getAlpha();

Completed in 392 milliseconds