Searched defs:YMax (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc69 int32_t FontHeaderTable::YMax() { function in class:sfntly::FontHeaderTable
209 int32_t FontHeaderTable::Builder::YMax() { function in class:sfntly::FontHeaderTable::Builder
210 return down_cast<FontHeaderTable*>(GetTable())->YMax();
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc69 int32_t FontHeaderTable::YMax() { function in class:sfntly::FontHeaderTable
209 int32_t FontHeaderTable::Builder::YMax() { function in class:sfntly::FontHeaderTable::Builder
210 return down_cast<FontHeaderTable*>(GetTable())->YMax();
/external/opencv/cv/src/
H A Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
160 if( YMax < YC ) YMax = YC;
215 region->rect.height = YMax - YMin + 1;
236 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
292 if( YMax < YC ) YMax = YC;
348 region->rect.height = YMax - YMin + 1;
386 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
471 if( YMax < Y
692 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
135 if( YMax < YC )
136 YMax = YC;
186 region->rect.height = YMax - YMin + 1;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc251 int32_t GlyphTable::Glyph::YMax() { function in class:sfntly::GlyphTable::Glyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc251 int32_t GlyphTable::Glyph::YMax() { function in class:sfntly::GlyphTable::Glyph

Completed in 247 milliseconds