HomeSort by relevance Sort by last modified time
    Searched full:bitmap_rowbytes (Results 1 - 3 of 3) sorted by null

  /external/skia/legacy/src/core/
SkBlitBWMaskTemplate.h 34 unsigned bitmap_rowBytes = bitmap.rowBytes();
38 SkASSERT(bitmap_rowBytes != 0);
54 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
92 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
118 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 34 unsigned bitmap_rowBytes = bitmap.rowBytes();
38 SkASSERT(bitmap_rowBytes != 0);
54 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
92 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
118 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 335 static int Bitmap_rowBytes(JNIEnv* env, jobject, SkBitmap* bitmap) {
674 { "nativeRowBytes", "(I)I", (void*)Bitmap_rowBytes },

Completed in 127 milliseconds