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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 337 void setBlendConstant(GrColor constant) {
GrBitmapTextContext.cpp 133 drawState->setBlendConstant(skcolor_to_grcolor_nopremultiply(fSkPaint.getColor()));
GrDistanceFieldTextContext.cpp 218 drawState->setBlendConstant(colorNoPreMul);
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 133 drawState->setBlendConstant(skcolor_to_grcolor_nopremultiply(fSkPaint.getColor()));
GrDistanceFieldTextContext.cpp 151 drawState->setBlendConstant(colorNoPreMul);
GrDrawState.h 485 void setBlendConstant(GrColor constant) { fCommon.fBlendConstant = constant; }
488 * Retrieves the last value set by setBlendConstant()
    [all...]

Completed in 1896 milliseconds