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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 362 class AutoViewMatrixRestore : public ::SkNoncopyable {
364 AutoViewMatrixRestore() : fDrawState(NULL) {}
366 AutoViewMatrixRestore(GrDrawState* ds, const SkMatrix& preconcatMatrix) {
371 ~AutoViewMatrixRestore() { this->restore(); }
GrDrawState.cpp 363 void GrDrawState::AutoViewMatrixRestore::restore() {
387 void GrDrawState::AutoViewMatrixRestore::set(GrDrawState* drawState,
405 bool GrDrawState::AutoViewMatrixRestore::setIdentity(GrDrawState* drawState) {
439 void GrDrawState::AutoViewMatrixRestore::doEffectCoordChanges(const SkMatrix& coordChangeMatrix) {
GrSoftwarePathRenderer.cpp 79 GrDrawState::AutoViewMatrixRestore avmr;
GrOvalRenderer.cpp 538 GrDrawState::AutoViewMatrixRestore avmr;
698 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrSWMaskHelper.cpp 344 GrDrawState::AutoViewMatrixRestore avmr;
GrDefaultPathRenderer.cpp 477 GrDrawState::AutoViewMatrixRestore avmr;
GrContext.cpp 859 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrClipMaskManager.cpp 467 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrInOrderDrawBuffer.cpp 136 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
  /external/skia/src/gpu/
GrDrawState.cpp 392 void GrDrawState::AutoViewMatrixRestore::restore() {
411 void GrDrawState::AutoViewMatrixRestore::set(GrDrawState* drawState,
428 bool GrDrawState::AutoViewMatrixRestore::setIdentity(GrDrawState* drawState) {
460 void GrDrawState::AutoViewMatrixRestore::doEffectCoordChanges(const SkMatrix& coordChangeMatrix) {
GrSoftwarePathRenderer.cpp 85 GrDrawState::AutoViewMatrixRestore avmr;
GrDrawState.h 593 class AutoViewMatrixRestore : public ::SkNoncopyable {
595 AutoViewMatrixRestore() : fDrawState(NULL) {}
597 AutoViewMatrixRestore(GrDrawState* ds, const SkMatrix& preconcatMatrix) {
602 ~AutoViewMatrixRestore() { this->restore(); }
    [all...]
GrSWMaskHelper.cpp 218 GrDrawState::AutoViewMatrixRestore avmr;
GrOvalRenderer.cpp 507 GrDrawState::AutoViewMatrixRestore avmr;
668 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrContext.cpp 848 GrDrawState::AutoViewMatrixRestore avmr;
898 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrDefaultPathRenderer.cpp 477 GrDrawState::AutoViewMatrixRestore avmr;
GrClipMaskManager.cpp 466 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrDrawTarget.cpp 718 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
GrInOrderDrawBuffer.cpp 179 GrDrawState::AutoViewMatrixRestore avmr;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 203 GrDrawState::AutoViewMatrixRestore avmr;
279 GrDrawState::AutoViewMatrixRestore avmr;
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 226 milliseconds