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

  /external/skia/include/views/
SkTouchGesture.h 55 float fStartX, fStartY;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 320 FX_FLOAT fStartX,
324 PathData.MoveTo(fStartX, fY);
327 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) {
336 FX_FLOAT fStartX = 0.0f;
351 fStartX = rectText.left + fOffSetX;
352 fEndX = fStartX + rectText.Width();
353 AddSquigglyPath(PathData, fStartX, fEndX, fY, fStep);
    [all...]

Completed in 173 milliseconds