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

  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 1076 SkBitmap tmpDst;
1077 tmpDst.setConfig(dstConfig, src->width(), src->height(), 0,
1084 if (!tmpDst.allocPixels(alloc, ctable)) {
1088 if (!tmpDst.readyToDraw()) {
1096 if (tmpDst.getSize() == src->getSize()) {
1097 memcpy(tmpDst.getPixels(), src->getPixels(), src->getSafeSize());
1098 SkPixelRef* pixelRef = tmpDst.pixelRef();
    [all...]
SkBitmapDevice.cpp 266 SkRect bitmapBounds, tmpSrc, tmpDst;
290 matrix.mapRect(&tmpDst, tmpSrc);
291 dstPtr = &tmpDst;
  /external/skia/src/core/
SkBitmap.cpp 1076 SkBitmap tmpDst;
1077 tmpDst.setConfig(dstConfig, src->width(), src->height(), 0,
1084 if (!tmpDst.allocPixels(alloc, ctable)) {
1088 if (!tmpDst.readyToDraw()) {
1096 if (tmpDst.getSize() == src->getSize()) {
1097 memcpy(tmpDst.getPixels(), src->getPixels(), src->getSafeSize());
1098 SkPixelRef* pixelRef = tmpDst.pixelRef();
    [all...]
SkBitmapDevice.cpp 266 SkRect bitmapBounds, tmpSrc, tmpDst;
290 matrix.mapRect(&tmpDst, tmpSrc);
291 dstPtr = &tmpDst;
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 278 SkRect bitmapBounds, tmpSrc, tmpDst;
301 matrix.mapRect(&tmpDst, tmpSrc);
  /external/icu4c/i18n/
calendar.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 600 milliseconds