Searched defs:XMax (Results 1 - 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc65 int32_t FontHeaderTable::XMax() { function in class:sfntly::FontHeaderTable
201 int32_t FontHeaderTable::Builder::XMax() { function in class:sfntly::FontHeaderTable::Builder
202 return down_cast<FontHeaderTable*>(GetTable())->XMax();
/external/opencv/cv/src/
H A Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
108 L = R = XMin = XMax = seed.x;
138 XMax = --R;
158 if( XMax < R ) XMax = R;
214 region->rect.width = XMax - XMin + 1;
236 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
240 L = R = XMin = XMax = seed.x;
270 XMax = --R;
290 if( XMax <
386 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
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
117 XMax = R;
129 if( XMax < R )
130 XMax = R;
185 region->rect.width = XMax - XMin + 1;
/external/opencv3/modules/imgproc/src/
H A Dfloodfill.cpp138 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
142 L = R = XMin = XMax = seed.x;
153 XMax = --R;
174 if( XMax < R ) XMax = R;
215 region->rect.width = XMax - XMin + 1;
293 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
323 XMax = R;
346 if( XMax < R ) XMax
[all...]
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc243 int32_t GlyphTable::Glyph::XMax() { function in class:sfntly::GlyphTable::Glyph

Completed in 557 milliseconds