OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPixels
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
GraphicsJNI.h
71
static bool
SetPixels
(JNIEnv* env, jintArray colors, int srcOffset,
Bitmap.cpp
25
// Conversions to/from SkColor, for get/
setPixels
, and the create method, which
26
// is basically like
setPixels
79
bool GraphicsJNI::
SetPixels
(JNIEnv* env, jintArray srcColors,
234
GraphicsJNI::
SetPixels
(env, jColors, offset, stride,
270
bitmap->
setPixels
(NULL, NULL);
556
GraphicsJNI::
SetPixels
(env, pixelArray, offset, stride,
Canvas.cpp
542
if (!GraphicsJNI::
SetPixels
(env, jcolors, offset, stride,
[
all
...]
Completed in 130 milliseconds