HomeSort by relevance Sort by last modified time
    Searched defs:XMax (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 65 int32_t FontHeaderTable::XMax() {
201 int32_t FontHeaderTable::Builder::XMax() {
202 return down_cast<FontHeaderTable*>(GetTable())->XMax();
205 void FontHeaderTable::Builder::SetXMax(int32_t xmax) {
206 InternalWriteData()->WriteShort(Offset::kXMax, xmax);
  /external/opencv/cvaux/src/
cvsegment.cpp 99 int XMin, XMax, YMin = seed.y, YMax = seed.y;
117 XMax = R;
129 if( XMax < R )
130 XMax = R;
185 region->rect.width = XMax - XMin + 1;
  /external/opencv/cv/src/
cvfloodfill.cpp 104 int XMin, XMax, YMin = seed.y, YMax = seed.y;
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;
240 L = R = XMin = XMax = seed.x;
270 XMax = --R;
290 if( XMax < R ) XMax = R
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 244 int32_t GlyphTable::Glyph::XMax() {

Completed in 76 milliseconds