Lines Matching full:android_api
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();
199 ANDROID_API int getSaveCount() const;
204 ANDROID_API int saveLayer(float left, float top, float right, float bottom,
210 ANDROID_API int saveLayerAlpha(float left, float top, float right, float bottom,
226 ANDROID_API void getMatrix(SkMatrix* matrix);
230 ANDROID_API const Rect& getClipBounds();
231 ANDROID_API bool quickReject(float left, float top, float right, float bottom);
301 ANDROID_API bool isCurrentTransformSimple() {