Home
last modified time | relevance | path

Searched refs:image_size_ (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cornerssubpix.cpp58 Size image_size_; member in CV_ChessboardSubpixelTest
115 image_size_(640, 480) in CV_ChessboardSubpixelTest()
130 Mat bg(image_size_, CV_8UC1); in run()
230 double cx = image_size_.width/2; in generateIntrinsicParams()
231 double cy = image_size_.height/2; in generateIntrinsicParams()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.cc50 return loca * image_size_; in GlyphStartOffset()
57 return image_size_; in GlyphLength()
64 image_size_ = in IndexSubTableFormat2()
Dindex_sub_table_format2.h98 int32_t image_size_; variable
Dindex_sub_table_format5.cc55 return image_size_; in GlyphLength()
75 image_size_ = data_->ReadULongAsInt( in IndexSubTableFormat5()
Dindex_sub_table_format5.h109 int32_t image_size_; variable