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

  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.cpp 155 intptr_t dstPix = reinterpret_cast<intptr_t>(dstPixels);
160 dstPixels = reinterpret_cast<uint32_t*>(dstPix);
164 dstPix += dstRowBytes;
222 intptr_t dstPix = reinterpret_cast<intptr_t>(dstPixels);
225 dstPixels = reinterpret_cast<uint32_t*>(dstPix);
228 dstPix += dstRowBytes;
  /external/skia/src/core/
SkConfig8888.cpp 155 intptr_t dstPix = reinterpret_cast<intptr_t>(dstPixels);
160 dstPixels = reinterpret_cast<uint32_t*>(dstPix);
164 dstPix += dstRowBytes;
222 intptr_t dstPix = reinterpret_cast<intptr_t>(dstPixels);
225 dstPixels = reinterpret_cast<uint32_t*>(dstPix);
228 dstPix += dstRowBytes;

Completed in 1111 milliseconds