Searched refs:XMin (Results 1 - 8 of 8) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dverify_glyf.cc45 EXPECT_EQ(glyf->XMin(), GLYPH33_XMIN);
/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;
139 XMin = ++L;
159 if( XMin > L ) XMin = L;
212 region->rect.x = XMin;
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;
271 XMin
386 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
692 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
[all...]
/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;
154 XMin = ++L;
175 if( XMin > L ) XMin = L;
213 region->rect.x = XMin;
215 region->rect.width = XMax - XMin + 1;
293 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
324 XMin = L;
347 if( XMin >
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.h71 virtual int32_t XMin();
121 int32_t XMin();
H A Dfont_header_table.cc57 int32_t FontHeaderTable::XMin() { function in class:sfntly::FontHeaderTable
185 int32_t FontHeaderTable::Builder::XMin() { function in class:sfntly::FontHeaderTable::Builder
186 return down_cast<FontHeaderTable*>(GetTable())->XMin();
/external/opencv/cvaux/src/
H A Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
118 XMin = L;
132 if( XMin > L )
133 XMin = L;
183 region->rect.x = XMin;
185 region->rect.width = XMax - XMin + 1;
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.h85 virtual int32_t XMin();
H A Dglyph_table.cc239 int32_t GlyphTable::Glyph::XMin() { function in class:sfntly::GlyphTable::Glyph

Completed in 55 milliseconds