Home
last modified time | relevance | path

Searched refs:ctable (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmap.cpp223 SkColorTable* ctable) { in ToColor_SI8_Alpha() argument
226 const SkPMColor* colors = ctable->lockColors(); in ToColor_SI8_Alpha()
230 ctable->unlockColors(); in ToColor_SI8_Alpha()
234 SkColorTable* ctable) { in ToColor_SI8_Raw() argument
237 const SkPMColor* colors = ctable->lockColors(); in ToColor_SI8_Raw()
243 ctable->unlockColors(); in ToColor_SI8_Raw()
247 SkColorTable* ctable) { in ToColor_SI8_Opaque() argument
250 const SkPMColor* colors = ctable->lockColors(); in ToColor_SI8_Opaque()
256 ctable->unlockColors(); in ToColor_SI8_Opaque()
495 SkColorTable* ctable = NULL; in Bitmap_createFromParcel() local
[all …]
DGraphicsJNI.h81 SkColorTable* ctable);
96 jbyteArray storageObj, SkColorTable* ctable);
104 size_t rowBytes, SkColorTable* ctable);
165 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
DGraphics.cpp437 size_t rowBytes, jbyteArray storageObj, SkColorTable* ctable) : in AndroidPixelRef() argument
438 SkMallocPixelRef(info, storage, rowBytes, ctable, (storageObj == NULL)), in AndroidPixelRef()
456 size_t rowBytes, SkColorTable* ctable) : in AndroidPixelRef() argument
457 SkMallocPixelRef(info, wrappedPixelRef.getAddr(), rowBytes, ctable, false), in AndroidPixelRef()
556 SkColorTable* ctable) { in allocateJavaPixelRef() argument
578 bitmap->rowBytes(), arrayObj, ctable); in allocateJavaPixelRef()
600 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() argument
603 fStorageObj = GraphicsJNI::allocateJavaPixelRef(env, bitmap, ctable); in allocPixelRef()
DBitmapFactory.cpp164 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() argument
176 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable); in allocPixelRef()
194 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() argument
209 bitmapInfo, bitmap->rowBytes(), ctable); in allocPixelRef()
DNinePatchImpl.cpp53 SkColorTable* ctable = bitmap.getColorTable(); in getColor() local
55 (*ctable)[*bitmap.getAddr8(x, y)]); in getColor()
/frameworks/base/media/tests/omxjpegdecoder/
DSkOmxPixelRef.cpp24 SkOmxPixelRef::SkOmxPixelRef(SkColorTable* ctable, MediaBuffer* buffer, in SkOmxPixelRef() argument
29 mCTable = ctable; in SkOmxPixelRef()
DSkOmxPixelRef.h29 SkOmxPixelRef(SkColorTable* ctable, MediaBuffer* buffer,
/frameworks/base/core/jni/android/opengl/
Dutil.cpp681 SkColorTable* ctable = bitmap.getColorTable(); in util_texImage2D() local
682 memcpy(data, ctable->lockColors(), ctable->count() * sizeof(SkPMColor)); in util_texImage2D()
684 ctable->unlockColors(); in util_texImage2D()