OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 72 milliseconds