OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFontAscent
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp
[
all
...]
/external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp
206
lineinfo.fLineAscent =
GetFontAscent
(GetDefaultFontIndex(), GetFontSize());
669
return
GetFontAscent
(GetDefaultFontIndex(), GetFontSize());
676
float CPDF_VariableText::
GetFontAscent
(int32_t nFontIndex, float fFontSize) {
686
return
GetFontAscent
(GetWordFontIndex(WordInfo), fFontSize);
695
return
GetFontAscent
(GetWordFontIndex(WordInfo), GetWordFontSize());
/external/pdfium/xfa/fde/
cfde_texteditengine.cpp
658
float CFDE_TextEditEngine::
GetFontAscent
() const {
[
all
...]
Completed in 2994 milliseconds