OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YMax
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc
69
int32_t FontHeaderTable::
YMax
() {
209
int32_t FontHeaderTable::Builder::
YMax
() {
210
return down_cast<FontHeaderTable*>(GetTable())->
YMax
();
213
void FontHeaderTable::Builder::SetYMax(int32_t
ymax
) {
214
InternalWriteData()->WriteShort(Offset::kYMax,
ymax
);
/external/opencv/cvaux/src/
cvsegment.cpp
99
int XMin, XMax, YMin = seed.y,
YMax
= seed.y;
135
if(
YMax
< YC )
136
YMax
= YC;
186
region->rect.height =
YMax
- YMin + 1;
/external/opencv/cv/src/
cvfloodfill.cpp
104
int XMin, XMax, YMin = seed.y,
YMax
= seed.y;
160
if(
YMax
< YC )
YMax
= YC;
215
region->rect.height =
YMax
- YMin + 1;
236
int XMin, XMax, YMin = seed.y,
YMax
= seed.y;
292
if(
YMax
< YC )
YMax
= YC;
348
region->rect.height =
YMax
- YMin + 1;
386
int XMin, XMax, YMin = seed.y,
YMax
= seed.y;
471
if(
YMax
< YC ) YMax = YC
[
all
...]
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
251
int32_t GlyphTable::Glyph::
YMax
() {
Completed in 2185 milliseconds