Searched defs:quickRejectPath (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp189 bool DisplayListCanvas::quickRejectPath(const SkPath& path) const { function in class:android::uirenderer::DisplayListCanvas
H A DRecordingCanvas.cpp229 bool RecordingCanvas::quickRejectPath(const SkPath& path) const { function in class:android::uirenderer::RecordingCanvas
H A DSkiaCanvas.cpp105 virtual bool quickRejectPath(const SkPath& path) const override;
488 bool SkiaCanvas::quickRejectPath(const SkPath& path) const { function in class:android::SkiaCanvas
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp180 static jboolean quickRejectPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle) { function in namespace:android::CanvasJNI
182 bool result = get_canvas(canvasHandle)->quickRejectPath(*path);
597 {"native_quickReject","!(JJ)Z", (void*) CanvasJNI::quickRejectPath},

Completed in 59 milliseconds