Home
last modified time | relevance | path

Searched refs:fDstCopy (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrDrawTarget.h791 if (NULL != fDstCopy.texture()) { in getDstCopy()
792 return &fDstCopy; in getDstCopy()
817 GrDeviceCoordTexture fDstCopy; variable
875 return this->setupDstReadIfNecessary(&info->fDstCopy, info->getDevBounds()); in setupDstReadIfNecessary()
DGrInOrderDrawBuffer.h112 GrDeviceCoordTexture fDstCopy; member
DGrInOrderDrawBuffer.cpp418 cp->fDstCopy = *dstCopy; in onDrawPath()
528 NULL != cp.fDstCopy.texture() ? &cp.fDstCopy : NULL); in flush()
DGrDrawTarget.cpp42 fDstCopy = di.fDstCopy; in operator =()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawTarget.h791 if (NULL != fDstCopy.texture()) { in getDstCopy()
792 return &fDstCopy; in getDstCopy()
817 GrDeviceCoordTexture fDstCopy; variable
875 return this->setupDstReadIfNecessary(&info->fDstCopy, info->getDevBounds()); in setupDstReadIfNecessary()
DGrInOrderDrawBuffer.h112 GrDeviceCoordTexture fDstCopy; member
DGrInOrderDrawBuffer.cpp418 cp->fDstCopy = *dstCopy; in onDrawPath()
528 NULL != cp.fDstCopy.texture() ? &cp.fDstCopy : NULL); in flush()
DGrDrawTarget.cpp42 fDstCopy = di.fDstCopy; in operator =()