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

  /external/skia/src/core/
SkPictureShader.h 68 void* fBitmapShaderContextStorage;
SkPictureShader.cpp 258 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
259 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
267 sk_free(fBitmapShaderContextStorage);

Completed in 425 milliseconds