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

  /external/skia/src/gpu/
GrCommandBuilder.cpp 67 const SkIPoint& dstPoint) {
70 cs->fDstPoint = dstPoint;
GrCommandBuilder.h 59 const SkIPoint& dstPoint);
GrDrawTarget.h 179 * size in dst with top left at dstPoint. If the src rect is clipped by the
189 const SkIPoint& dstPoint);
197 const SkIPoint& dstPoint);
312 const SkIPoint& dstPoint) = 0;
GrInOrderDrawBuffer.cpp 123 const SkIPoint& dstPoint) {
124 SkASSERT(this->getGpu()->canCopySurface(dst, src, srcRect, dstPoint));
125 GrTargetCommands::Cmd* cmd = fCommands->recordCopySurface(dst, src, srcRect, dstPoint);
GrInOrderDrawBuffer.h 113 const SkIPoint& dstPoint) override;
GrDrawTarget.cpp 102 SkIPoint dstPoint = {0, 0};
103 if (this->copySurface(copy, rt, copyRect, dstPoint)) {
376 const SkIPoint& dstPoint,
380 *clippedDstPoint = dstPoint;
382 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
392 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
427 const SkIPoint& dstPoint) {
437 dstPoint,
473 const SkIPoint& dstPoint) {
483 dstPoint,
    [all...]
GrGpu.h 268 const SkIPoint& dstPoint) = 0;
277 const SkIPoint& dstPoint) = 0;
GrTest.cpp 161 const SkIPoint& dstPoint) override { return false; };
166 const SkIPoint& dstPoint) override { return false; };
GrContext.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.h 102 const SkIPoint& dstPoint) override;
107 const SkIPoint& dstPoint) override;
GrGLGpu.cpp     [all...]
  /external/skia/include/gpu/
GrContext.h 473 * @param dstPoint the translation applied when writing the srcRect's pixels to the dst.
479 const SkIPoint& dstPoint,

Completed in 279 milliseconds