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

  /external/skia/src/core/
SkBitmapDevice.cpp 249 SkRect bitmapBounds, tmpSrc, tmpDst;
256 tmpSrc = *src;
258 tmpSrc = bitmapBounds;
260 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
267 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
271 if (!tmpSrc.intersect(bitmapBounds)) {
274 // recompute dst, based on the smaller tmpSrc
275 matrix.mapRect(&tmpDst, tmpSrc);
292 const SkIRect srcIR = tmpSrc.roundOut();
318 if (extractedBitmapBounds == tmpSrc) {
    [all...]
  /external/skqp/src/core/
SkBitmapDevice.cpp 249 SkRect bitmapBounds, tmpSrc, tmpDst;
256 tmpSrc = *src;
258 tmpSrc = bitmapBounds;
260 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
267 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
271 if (!tmpSrc.intersect(bitmapBounds)) {
274 // recompute dst, based on the smaller tmpSrc
275 matrix.mapRect(&tmpDst, tmpSrc);
292 const SkIRect srcIR = tmpSrc.roundOut();
318 if (extractedBitmapBounds == tmpSrc) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skqp/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 71 milliseconds