OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBaselineAngle
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h
195
FX_FLOAT
GetBaselineAngle
() const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp
327
FX_FLOAT CPDF_TextState::
GetBaselineAngle
() const {
334
return
GetBaselineAngle
() + shear_angle;
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
70
if (pText->m_TextState.
GetBaselineAngle
() != 0) {
690
FX_FLOAT angle = pText->m_TextState.
GetBaselineAngle
();
Completed in 86 milliseconds