OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rightx
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
156
FX_FLOAT
rightx
, FX_FLOAT topy, FX_FLOAT bottomy, FX_FLOAT spacew, FX_FLOAT fontsize_v,
191
pBaseLine->InsertTextBox(leftx,
rightx
, topy, bottomy, spacew, fontsize_v, text);
203
FX_FLOAT leftx,
rightx
;
local
204
if (pBaseLine->GetWidth(leftx,
rightx
)) {
208
if (
rightx
> MaxRightX) {
209
MaxRightX =
rightx
;
515
void CTextBaseLine::InsertTextBox(FX_FLOAT leftx, FX_FLOAT
rightx
, FX_FLOAT topy, FX_FLOAT bottomy,
540
pText->m_Right =
rightx
;
592
FX_BOOL CTextBaseLine::GetWidth(FX_FLOAT& leftx, FX_FLOAT&
rightx
)
613
rightx
= pText->m_Right;
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 162 milliseconds