OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkHitTestPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp
146
bool
SkHitTestPath
(const SkPath& path, SkRect& target, bool hires) {
206
bool
SkHitTestPath
(const SkPath& path, SkScalar x, SkScalar y, bool hires) {
210
return
SkHitTestPath
(path, r, hires);
/external/skia/src/utils/
SkCullPoints.cpp
146
bool
SkHitTestPath
(const SkPath& path, SkRect& target, bool hires) {
206
bool
SkHitTestPath
(const SkPath& path, SkScalar x, SkScalar y, bool hires) {
210
return
SkHitTestPath
(path, r, hires);
Completed in 92 milliseconds