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

  /external/skia/gpu/src/
GrTextContext.cpp 60 fDrawTarget->setBlendConstant(fPaint.fColor);
  /external/skia/gpu/include/
GrDrawTarget.h 468 void setBlendConstant(GrColor constant) { fCurrDrawState.fBlendConstant = constant; }
471 * Retrieves the last value set by setBlendConstant()
    [all...]

Completed in 36 milliseconds