Home
last modified time | relevance | path

Searched refs:YMax (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cv/src/
Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_8u_CnIR() local
160 if( YMax < YC ) YMax = YC; in icvFloodFill_8u_CnIR()
215 region->rect.height = YMax - YMin + 1; in icvFloodFill_8u_CnIR()
236 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_32f_CnIR() local
292 if( YMax < YC ) YMax = YC; in icvFloodFill_32f_CnIR()
348 region->rect.height = YMax - YMin + 1; in icvFloodFill_32f_CnIR()
386 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_Grad_8u_CnIR() local
471 if( YMax < YC ) YMax = YC; in icvFloodFill_Grad_8u_CnIR()
663 region->rect.height = YMax - YMin + 1; in icvFloodFill_Grad_8u_CnIR()
692 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_Grad_32f_CnIR() local
[all …]
/external/opencv3/modules/imgproc/src/
Dfloodfill.cpp138 int XMin, XMax, YMin = seed.y, YMax = seed.y; in floodFill_CnIR() local
176 if( YMax < YC ) YMax = YC; in floodFill_CnIR()
216 region->rect.height = YMax - YMin + 1; in floodFill_CnIR()
293 int XMin, XMax, YMin = seed.y, YMax = seed.y; in floodFillGrad_CnIR() local
348 if( YMax < YC ) YMax = YC; in floodFillGrad_CnIR()
448 region->rect.height = YMax - YMin + 1; in floodFillGrad_CnIR()
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.h77 virtual int32_t YMax();
127 int32_t YMax();
Dfont_header_table.cc69 int32_t FontHeaderTable::YMax() { in YMax() function in sfntly::FontHeaderTable
209 int32_t FontHeaderTable::Builder::YMax() { in YMax() function in sfntly::FontHeaderTable::Builder
210 return down_cast<FontHeaderTable*>(GetTable())->YMax(); in YMax()
/external/opencv/cvaux/src/
Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvSegmFloodFill_Stage1() local
135 if( YMax < YC ) in icvSegmFloodFill_Stage1()
136 YMax = YC; in icvSegmFloodFill_Stage1()
186 region->rect.height = YMax - YMin + 1; in icvSegmFloodFill_Stage1()
/external/sfntly/cpp/src/test/
Dverify_glyf.cc48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX); in VerifyGLYF()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h88 virtual int32_t YMax();
Dglyph_table.cc251 int32_t GlyphTable::Glyph::YMax() { in YMax() function in sfntly::GlyphTable::Glyph