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

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 72 static bool SetPixels(JNIEnv* env, jintArray colors, int srcOffset,
Bitmap.cpp 26 // Conversions to/from SkColor, for get/setPixels, and the create method, which
27 // is basically like setPixels
80 bool GraphicsJNI::SetPixels(JNIEnv* env, jintArray srcColors,
235 GraphicsJNI::SetPixels(env, jColors, offset, stride,
270 bitmap->setPixels(NULL, NULL);
576 GraphicsJNI::SetPixels(env, pixelArray, offset, stride,
Canvas.cpp 573 if (!GraphicsJNI::SetPixels(env, jcolors, offset, stride,
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 393 if (!GraphicsJNI::SetPixels(env, colors, offset, stride, 0, 0, width, height, *bitmap)) {
    [all...]

Completed in 1862 milliseconds