Home
last modified time | relevance | path

Searched refs:XMax (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cv/src/
Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_8u_CnIR() local
108 L = R = XMin = XMax = seed.x; in icvFloodFill_8u_CnIR()
138 XMax = --R; in icvFloodFill_8u_CnIR()
158 if( XMax < R ) XMax = R; in icvFloodFill_8u_CnIR()
214 region->rect.width = XMax - XMin + 1; in icvFloodFill_8u_CnIR()
236 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_32f_CnIR() local
240 L = R = XMin = XMax = seed.x; in icvFloodFill_32f_CnIR()
270 XMax = --R; in icvFloodFill_32f_CnIR()
290 if( XMax < R ) XMax = R; in icvFloodFill_32f_CnIR()
347 region->rect.width = XMax - XMin + 1; in icvFloodFill_32f_CnIR()
[all …]
/external/opencv/cvaux/src/
Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvSegmFloodFill_Stage1() local
117 XMax = R; in icvSegmFloodFill_Stage1()
129 if( XMax < R ) in icvSegmFloodFill_Stage1()
130 XMax = R; in icvSegmFloodFill_Stage1()
185 region->rect.width = XMax - XMin + 1; in icvSegmFloodFill_Stage1()
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.h75 virtual int32_t XMax();
125 int32_t XMax();
Dfont_header_table.cc65 int32_t FontHeaderTable::XMax() { in XMax() function in sfntly::FontHeaderTable
201 int32_t FontHeaderTable::Builder::XMax() { in XMax() function in sfntly::FontHeaderTable::Builder
202 return down_cast<FontHeaderTable*>(GetTable())->XMax(); in XMax()
/external/sfntly/cpp/src/test/
Dverify_glyf.cc47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX); in VerifyGLYF()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h86 virtual int32_t XMax();
Dglyph_table.cc243 int32_t GlyphTable::Glyph::XMax() { in XMax() function in sfntly::GlyphTable::Glyph