/frameworks/base/libs/hwui/ |
LayerRenderer.h | 47 ANDROID_API LayerRenderer(Layer* layer); 55 ANDROID_API static Layer* createTextureLayer(bool isOpaque); 56 ANDROID_API static Layer* createLayer(uint32_t width, uint32_t height, bool isOpaque = false); 57 ANDROID_API static bool resizeLayer(Layer* layer, uint32_t width, uint32_t height); 58 ANDROID_API static void updateTextureLayer(Layer* layer, uint32_t width, uint32_t height, 60 ANDROID_API static void destroyLayer(Layer* layer); 61 ANDROID_API static void destroyLayerDeferred(Layer* layer); 62 ANDROID_API static bool copyLayer(Layer* layer, SkBitmap* bitmap);
|
SkiaColorFilter.h | 50 ANDROID_API SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend); 84 ANDROID_API SkiaColorMatrixFilter(SkColorFilter *skFilter, float* matrix, float* vector); 100 ANDROID_API SkiaLightingFilter(SkColorFilter *skFilter, int multiply, int add); 115 ANDROID_API SkiaBlendFilter(SkColorFilter *skFilter, int color, SkXfermode::Mode mode);
|
Stencil.h | 35 class ANDROID_API Stencil { 43 ANDROID_API static uint32_t getStencilSize();
|
SkiaShader.h | 57 ANDROID_API SkiaShader(Type type, SkShader* key, SkShader::TileMode tileX, 140 ANDROID_API SkiaBitmapShader(SkBitmap* bitmap, SkShader* key, SkShader::TileMode tileX, 162 ANDROID_API SkiaLinearGradientShader(float* bounds, uint32_t* colors, float* positions, 186 ANDROID_API SkiaSweepGradientShader(float x, float y, uint32_t* colors, float* positions, 211 ANDROID_API SkiaCircularGradientShader(float x, float y, float radius, uint32_t* colors, 227 ANDROID_API SkiaComposeShader(SkiaShader* first, SkiaShader* second, SkXfermode::Mode mode,
|
DisplayList.h | 100 ANDROID_API ~DisplayList(); 108 ANDROID_API size_t getSize(); 109 ANDROID_API static void destroyDisplayListDeferred(DisplayList* displayList); 110 ANDROID_API static void outputLogBuffer(int fd); 120 ANDROID_API void reset(); 305 ANDROID_API float getPivotX(); 318 ANDROID_API float getPivotY();
|
OpenGLRenderer.h | 105 ANDROID_API OpenGLRenderer(); 113 ANDROID_API void setName(const char* name); 119 ANDROID_API const char* getName() const; 125 ANDROID_API void initProperties(); 152 ANDROID_API status_t prepare(bool opaque); 191 ANDROID_API status_t invokeFunctors(Rect& dirty); 192 ANDROID_API void detachFunctor(Functor* functor); 193 ANDROID_API void attachFunctor(Functor* functor); 196 ANDROID_API void pushLayerUpdate(Layer* layer); 197 ANDROID_API void clearLayerUpdates() [all...] |
ResourceCache.h | 56 class ANDROID_API ResourceCache {
|
DisplayListRenderer.h | 61 ANDROID_API DisplayListRenderer(); 64 ANDROID_API DisplayList* getDisplayList(DisplayList* displayList); 141 ANDROID_API void reset();
|
Matrix.h | 33 class ANDROID_API Matrix4 {
|
Layer.h | 117 ANDROID_API void setPaint(SkPaint* paint); 222 ANDROID_API void setColorFilter(SkiaColorFilter* filter);
|
Caches.h | 99 class ANDROID_API Caches: public Singleton<Caches> {
|
/system/media/camera/include/system/ |
camera_metadata.h | 42 ANDROID_API 44 ANDROID_API 117 ANDROID_API 123 ANDROID_API 163 ANDROID_API 174 ANDROID_API 189 ANDROID_API 198 ANDROID_API 205 ANDROID_API 213 ANDROID_API [all...] |
/system/core/include/cutils/ |
compiler.h | 39 * class ANDROID_API Singleton { } 42 #define ANDROID_API __attribute__((visibility("default")))
|
/bionic/libc/bionic/ |
crtbrand.c | 56 int32_t android_api; member in struct:__anon5
|
/frameworks/native/include/utils/ |
Singleton.h | 29 class ANDROID_API Singleton
|
/development/ndk/platforms/common/src/ |
crtbrand.c | 63 int32_t android_api; member in struct:__anon1486
|
/ndk/docs/ |
CHANGES.html | 719 int32_t android_api; /* = 3, 4, 5, 8, 9, 14 */ 828 int32_t android_api; /* = 3, 4, 5, 8, 9, 14 */ [all...] |
/frameworks/base/docs/html/tools/sdk/ndk/ |
index.jd | [all...] |