HomeSort by relevance Sort by last modified time
    Searched defs:stopY (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 76 SkFixed stopY = 0;
85 stopY += glyph.fAdvanceY;
90 SkScalar alignY = SkFixedToScalar(stopY) * fTextRatio;
GrBitmapTextContext.cpp 213 SkScalar stopY = stop.fY;
217 stopY = SkScalarHalf(stopY);
220 y -= stopY;
GrDistanceFieldTextContext.cpp 563 SkFixed stopY = 0;
572 stopY += glyph.fAdvanceY;
577 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio;
  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 137 int stopY = startY + r.height();
139 for (int y = startY; y < stopY; ++y) {
150 int stopY = startY + r.height();
152 for (int y = startY; y < stopY; ++y) {
SkBitmapProcState.cpp 656 const int stopY = s.fBitmap->height();
658 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
664 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
731 const int stopY = s.fBitmap->height();
734 iY0 = SkClampMax(yTemp, stopY-1);
737 iY0 = sk_int_mod(yTemp, stopY);
741 iY0 = sk_int_mirror(yTemp, stopY);
761 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
764 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
768 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
    [all...]
SkAAClip.cpp     [all...]
SkDraw.cpp     [all...]
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 226 float stopY = newy2 / (4 - newz2 / 400);
228 c.drawLine(startX, startY, stopX, stopY, mPaint);
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 120 milliseconds