OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:point1
(Results
26 - 31
of
31
) 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))
572
FloatPoint p1 =
point1
;
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp
338
void GraphicsContext::drawLine(const IntPoint&
point1
, const IntPoint& point2)
350
FloatPoint p1 =
point1
;
388
int distance = (isVerticalLine ? (point2.y() -
point1
.y()) : (point2.x() -
point1
.x())) - 2*(int)width;
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp
670
void GraphicsContext::drawLine(const IntPoint&
point1
, const IntPoint& point2)
679
IntPoint trPoint1 = m_data->mapPoint(
point1
);
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 90 milliseconds
1
2