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

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 147 class AshmemPixelAllocator : public SkBitmap::Allocator {
149 AshmemPixelAllocator(JNIEnv* env);
150 ~AshmemPixelAllocator();
Graphics.cpp 680 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) {
685 AshmemPixelAllocator::~AshmemPixelAllocator() {
691 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {

Completed in 26 milliseconds