HomeSort by relevance Sort by last modified time
    Searched full:locx (Results 1 - 8 of 8) sorted by null

  /external/skia/samplecode/
OverView.cpp 74 SkScalar locX = 0;
80 view->setLoc(locX, locY);
82 locX += W;
85 locX = 0;
  /external/webkit/Source/WebKit/android/jni/
WebCoreViewBridge.h 96 int locX() const { return m_bounds.x(); }
  /external/skia/src/views/
SkView.cpp 615 x = this->locX();
754 show_if_nonzero(" x", view->locX());
SkListView.cpp 800 fScrollBar->setLoc(this->locX() + this->width() - fScrollBar->width(), 0);
  /external/bison/src/
vcg.c 143 n->locx = N_LOCX; /* 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 180 int locx; 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 91 SkScalar locX() const { return fLoc.fX; }

Completed in 131 milliseconds