OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetHeight
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fxbarcode/
BC_Writer.cpp
38
FX_BOOL CBC_Writer::
SetHeight
(int32_t height) {
BC_BarCode.cpp
103
FX_BOOL CBC_CodeBase::
SetHeight
(int32_t height) {
105
return m_pBCWriter->
SetHeight
(height);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h
105
Status
SetHeight
(REAL height)
/external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc
68
void SmallGlyphMetrics::Builder::
SetHeight
(byte_t height) {
big_glyph_metrics.cc
80
void BigGlyphMetrics::Builder::
SetHeight
(byte_t height) {
/external/pdfium/xfa/src/fwl/src/basewidget/
fxmath_barcodeimp.cpp
64
FX_BOOL CFX_Barcode::
SetHeight
(int32_t height) {
65
return m_pBCEngine ? m_pBCEngine->
SetHeight
(height) : FALSE;
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp
[
all
...]
Completed in 1841 milliseconds