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

  /external/skia/include/core/
SkXfermode.h 129 * If the xfermode is one of the modes in the Mode enum, then asMode()
133 virtual bool asMode(Mode* mode);
136 * The same as calling xfermode->asMode(mode), except that this also checks
139 static bool AsMode(SkXfermode*, Mode* mode);
165 // DEPRECATED: call AsMode(...)
167 return AsMode(xfer, mode);
  /external/skia/src/core/
SkXfermode.cpp 471 bool SkXfermode::asMode(Mode* mode) {
722 virtual bool asMode(Mode* mode) {
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 110 milliseconds