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

  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 60 drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
GrDistanceFieldTextContext.cpp 61 drawState->setFromPaint(fPaint, fContext->getMatrix(), fContext->getRenderTarget());
GrDrawState.cpp 29 void GrDrawState::setFromPaint(const GrPaint& paint, const SkMatrix& vm, GrRenderTarget* rt) {
GrDrawState.h 80 void setFromPaint(const GrPaint& , const SkMatrix& viewMatrix, GrRenderTarget*);
    [all...]
GrContext.cpp     [all...]
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 60 drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
GrDistanceFieldTextContext.cpp 61 drawState->setFromPaint(fPaint, fContext->getMatrix(), fContext->getRenderTarget());
GrDrawState.cpp 29 void GrDrawState::setFromPaint(const GrPaint& paint, const SkMatrix& vm, GrRenderTarget* rt) {
GrDrawState.h 80 void setFromPaint(const GrPaint& , const SkMatrix& viewMatrix, GrRenderTarget*);
    [all...]
GrContext.cpp     [all...]

Completed in 64 milliseconds