OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CartesianPoint2d
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/base/
math_util.cc
220
gfx::PointF top_left(hc0.
CartesianPoint2d
());
221
gfx::PointF bottom_right(hc1.
CartesianPoint2d
());
245
h1.
CartesianPoint2d
(), clipped_quad, num_vertices_in_clipped_quad);
250
ComputeClippedPointForEdge(h1, h2).
CartesianPoint2d
(),
257
h2.
CartesianPoint2d
(), clipped_quad, num_vertices_in_clipped_quad);
262
ComputeClippedPointForEdge(h2, h3).
CartesianPoint2d
(),
269
h3.
CartesianPoint2d
(), clipped_quad, num_vertices_in_clipped_quad);
274
ComputeClippedPointForEdge(h3, h4).
CartesianPoint2d
(),
281
h4.
CartesianPoint2d
(), clipped_quad, num_vertices_in_clipped_quad);
286
ComputeClippedPointForEdge(h4, h1).
CartesianPoint2d
(),
[
all
...]
math_util.h
49
gfx::PointF
CartesianPoint2d
() const {
Completed in 64 milliseconds