OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locy
(Results
1 - 7
of
7
) sorted by null
/external/skia/samplecode/
OverView.cpp
75
SkScalar
locY
= 0;
80
view->setLoc(locX,
locY
);
84
locY
+= H;
/external/webkit/Source/WebKit/android/jni/
WebCoreViewBridge.h
97
int
locY
() const { return m_bounds.y(); }
/external/skia/src/views/
SkView.cpp
616
y = this->
locY
();
755
show_if_nonzero(" y", view->
locY
());
/external/bison/src/
vcg.c
144
n->
locy
= N_LOCY; /* Default unspcified. */
526
if ((n->locx != N_LOCX) && (n->
locy
!= N_LOCY))
527
fprintf (fout, "\t\tloc { x: %d y: %d }\t\n", n->locx, n->
locy
);
vcg.h
181
int
locy
;
member in struct:node
[
all
...]
/external/skia/src/animator/
SkDrawExtraPathEffect.cpp
289
static const char match[] = "locX|
locY
|left|top|right|bottom|u|v" ;
/external/skia/include/views/
SkView.h
93
SkScalar
locY
() const { return fLoc.fY; }
Completed in 1150 milliseconds