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

  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 85 GrDrawState::AutoDeviceCoordDraw adcd(target->drawState());
86 if (!adcd.succeeded()) {
GrStencilAndCoverPathRenderer.cpp 81 GrDrawState::AutoDeviceCoordDraw adcd; local
113 adcd.set(drawState);
GrSWMaskHelper.cpp 190 GrDrawState::AutoDeviceCoordDraw adcd(drawState);
191 if (!adcd.succeeded()) {
GrAAConvexPathRenderer.cpp 450 GrDrawState::AutoDeviceCoordDraw adcd(drawState);
451 if (!adcd.succeeded()) {
454 const SkMatrix* vm = &adcd.getOriginalMatrix();
GrAAHairLinePathRenderer.cpp 582 GrDrawState::AutoDeviceCoordDraw adcd; local
587 adcd.set(drawState);
588 if (!adcd.succeeded()) {
GrDefaultPathRenderer.cpp 461 GrDrawState::AutoDeviceCoordDraw adcd; local
474 adcd.set(drawState);
GrInOrderDrawBuffer.cpp 127 GrDrawState::AutoDeviceCoordDraw adcd(this->drawState(), explicitCoordMask);
128 if (!adcd.succeeded()) {
GrContext.cpp 713 GrDrawState::AutoDeviceCoordDraw adcd(target->drawState());
714 if (!adcd.succeeded()) {
    [all...]

Completed in 159 milliseconds