OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlePoint
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
ClipArea.cpp
27
static void
handlePoint
(Rect& transformedBounds, const Matrix4& transform, float x, float y) {
37
handlePoint
(transformedBounds, transform, r.left, r.top);
38
handlePoint
(transformedBounds, transform, r.right, r.top);
39
handlePoint
(transformedBounds, transform, r.left, r.bottom);
40
handlePoint
(transformedBounds, transform, r.right, r.bottom);
OpenGLRenderer.cpp
[
all
...]
Completed in 54 milliseconds