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

  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 61 int32_t FontHeaderTable::YMin() {
193 int32_t FontHeaderTable::Builder::YMin() {
194 return down_cast<FontHeaderTable*>(GetTable())->YMin();
197 void FontHeaderTable::Builder::SetYMin(int32_t ymin) {
198 InternalWriteData()->WriteShort(Offset::kYMin, ymin);
  /external/opencv/cvaux/src/
cvsegment.cpp 99 int XMin, XMax, YMin = seed.y, YMax = seed.y;
138 if( YMin > YC )
139 YMin = YC;
184 region->rect.y = YMin;
186 region->rect.height = YMax - YMin + 1;
  /external/opencv/cv/src/
cvfloodfill.cpp 104 int XMin, XMax, YMin = seed.y, YMax = seed.y;
161 if( YMin > YC ) YMin = YC;
213 region->rect.y = YMin;
215 region->rect.height = YMax - YMin + 1;
236 int XMin, XMax, YMin = seed.y, YMax = seed.y;
293 if( YMin > YC ) YMin = YC;
346 region->rect.y = YMin;
348 region->rect.height = YMax - YMin + 1
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 248 int32_t GlyphTable::Glyph::YMin() {

Completed in 51 milliseconds