HomeSort by relevance Sort by last modified time
    Searched defs:clippedDstRect (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
SkGpuDevice_drawTexture.cpp 196 SkRect clippedDstRect;
211 srcToDstMatrix.mapRect(&clippedDstRect, clippedSrcRect);
214 clippedDstRect = *dstRect;
222 clippedDstRect = *dstRect;
227 clippedDstRect = srcBounds;
235 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix,
241 const SkRect& clippedDstRect,
314 clippedDstRect, clippedSrcRect);
320 clippedDstRect);
327 viewMatrix.mapRectScaleTranslate(&devClippedDstRect, clippedDstRect);
    [all...]
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/gpu/
SkGpuDevice_drawTexture.cpp 196 SkRect clippedDstRect;
211 srcToDstMatrix.mapRect(&clippedDstRect, clippedSrcRect);
214 clippedDstRect = *dstRect;
222 clippedDstRect = *dstRect;
227 clippedDstRect = srcBounds;
235 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix,
241 const SkRect& clippedDstRect,
310 clippedDstRect, clippedSrcRect);
316 clippedDstRect);
323 viewMatrix.mapRectScaleTranslate(&devClippedDstRect, clippedDstRect);
    [all...]
GrRenderTargetContext.cpp 780 SkRect clippedDstRect = dstRect
    [all...]

Completed in 107 milliseconds