OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:point2
(Results
26 - 33
of
33
) sorted by null
1
2
/external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp
557
void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint&
point2
)
567
if (!isPointSkiaSafe(getCTM(), point1) || !isPointSkiaSafe(getCTM(),
point2
))
573
FloatPoint p2 =
point2
;
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp
338
void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint&
point2
)
351
FloatPoint p2 =
point2
;
388
int distance = (isVerticalLine ? (
point2
.y() - point1.y()) : (
point2
.x() - point1.x())) - 2*(int)width;
[
all
...]
/frameworks/base/include/private/opengles/
gl_context.h
423
void (*
point2
)(transform_t const* t, vec4_t*, vec4_t const*);
member in struct:android::gl::transform_t::__anon14412::__anon14413
/frameworks/base/opengl/libagl/
matrix.cpp
176
point2
= point2__nop;
199
point2
= point2__generic;
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp
670
void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint&
point2
)
680
IntPoint trPoint2 = m_data->mapPoint(
point2
);
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 490 milliseconds
1
2