Searched refs:YMax (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_glyf.cc48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX);
/external/sfntly/cpp/src/test/
H A Dverify_glyf.cc48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX);
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl58 # XMin, YMin, XMax, YMax
82 my ($XMin, $YMin, $XMax, $YMax) = ParseBound ($BBoxLine);
90 "$YMin $XMin $YMax $XMax U\n"
99 push (@Output, "% bound $XMin $YMin $XMax $YMax\n");
109 my ($XMin, $YMin, $XMax, $YMax) = ParseBound ($BBoxLine);
113 return "$XMin $YMin $XMax $YMax $Class\n";
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.h77 virtual int32_t YMax();
127 int32_t YMax();
H A Dfont_header_table.cc69 int32_t FontHeaderTable::YMax() { function in class:sfntly::FontHeaderTable
209 int32_t FontHeaderTable::Builder::YMax() { function in class:sfntly::FontHeaderTable::Builder
210 return down_cast<FontHeaderTable*>(GetTable())->YMax();
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.h77 virtual int32_t YMax();
127 int32_t YMax();
H A Dfont_header_table.cc69 int32_t FontHeaderTable::YMax() { function in class:sfntly::FontHeaderTable
209 int32_t FontHeaderTable::Builder::YMax() { function in class:sfntly::FontHeaderTable::Builder
210 return down_cast<FontHeaderTable*>(GetTable())->YMax();
/external/opencv/cv/src/
H A Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
160 if( YMax < YC ) YMax = YC;
215 region->rect.height = YMax - YMin + 1;
236 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
292 if( YMax < YC ) YMax = YC;
348 region->rect.height = YMax - YMin + 1;
386 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
471 if( YMax < Y
692 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
135 if( YMax < YC )
136 YMax = YC;
186 region->rect.height = YMax - YMin + 1;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.h88 virtual int32_t YMax();
H A Dglyph_table.cc251 int32_t GlyphTable::Glyph::YMax() { function in class:sfntly::GlyphTable::Glyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.h88 virtual int32_t YMax();
H A Dglyph_table.cc251 int32_t GlyphTable::Glyph::YMax() { function in class:sfntly::GlyphTable::Glyph

Completed in 320 milliseconds