OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fEndX
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
321
FX_FLOAT
fEndX
,
327
for (i = 1, fx = fStartX + fStep; fx <
fEndX
; fx += fStep, i++) {
337
FX_FLOAT
fEndX
= 0.0f;
352
fEndX
= fStartX + rectText.Width();
353
AddSquigglyPath(PathData, fStartX,
fEndX
, fY, fStep);
[
all
...]
Completed in 407 milliseconds