OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPlateHeight
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp
158
FX_FLOAT fPlateWidth,
fPlateHeight
;
162
fPlateHeight
= rcPlate.top - rcPlate.bottom;
172
fVScale =
fPlateHeight
/ PWL_MAX(fImageHeight, 1.0f);
177
if (
fPlateHeight
< fImageHeight)
178
fVScale =
fPlateHeight
/ PWL_MAX(fImageHeight, 1.0f);
183
if (
fPlateHeight
> fImageHeight)
184
fVScale =
fPlateHeight
/ PWL_MAX(fImageHeight, 1.0f);
215
FX_FLOAT fPlateWidth,
fPlateHeight
;
218
fPlateHeight
= rcPlate.top - rcPlate.bottom;
221
y = (
fPlateHeight
- fImageFactHeight) * fBottom
[
all
...]
/external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h
83
fPlateHeight
(0),
102
FX_FLOAT
fPlateHeight
;
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp
[
all
...]
Completed in 193 milliseconds