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

  /external/chromium_org/skia/ext/
image_operations_bench.cc 92 int GetBitmapSize(const SkBitmap* bitmap) {
250 (GetBitmapSize(&source) + GetBitmapSize(&dest));
255 GetBitmapSize(&source), GetBitmapSize(&dest));
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 341 static size_t GetBitmapSize(JNIEnv *env, jobject jbitmap) {
364 pixels, GetBitmapSize(_env, jbitmap), usage);
396 pixels, GetBitmapSize(_env, jbitmap), usage);
415 info.width, info.height, pixels, GetBitmapSize(_env, jbitmap), 0);
431 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, pixels, GetBitmapSize(_env, jbitmap));
    [all...]

Completed in 1471 milliseconds