OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_pixels
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBitmapDevice.cpp
171
static bool
copy_pixels
(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
function
225
if (
copy_pixels
(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) {
255
return
copy_pixels
(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py
337
'
copy_pixels
' : 'cpy ', #
Completed in 75 milliseconds