HomeSort by relevance Sort by last modified time
    Searched refs:m_image (Results 1 - 25 of 38) sorted by null

1 2

  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 81 m_image = 0;
98 if( m_image )
100 jas_image_destroy( m_image );
101 m_image = 0;
116 m_image = jas_image_decode( m_stream, -1, 0 );
117 if( m_image ) {
118 m_width = jas_image_width( m_image );
119 m_height = jas_image_height( m_image );
122 int numcmpts = jas_image_numcmpts( m_image );
125 int depth = jas_image_cmptprec( m_image, i )
    [all...]
grfmt_jpeg2000.h 79 jas_image_t *m_image; member in class:GrFmtJpeg2000Reader
  /external/deqp/framework/egl/
egluUnique.cpp 101 , m_image (image)
107 if (m_image != EGL_NO_IMAGE)
108 m_egl.destroyImageKHR(m_display, m_image);
113 return m_image != EGL_NO_IMAGE;
egluUnique.hpp 110 eglw::EGLImage operator* (void) const { return m_image; }
116 eglw::EGLImage m_image; member in class:eglu::UniqueImage
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 34 private Image m_image; field in class:CImageLabel
65 return m_image;
69 m_image = image;
108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
110 if (m_image != null) {
113 gc.drawImage(m_image, x, y);
134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
CFlatButton.java 50 private Image m_image; field in class:CFlatButton
150 return m_image;
154 m_image = image;
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.hpp 72 void *m_image; member in class:cv::Jpeg2KDecoder
grfmt_jpeg2000.cpp 82 m_image = 0;
103 if( m_image )
105 jas_image_destroy( (jas_image_t*)m_image );
106 m_image = 0;
122 m_image = image;
161 jas_image_t* image = (jas_image_t*)m_image;
203 m_image = image = _img;
291 jas_image_t* image = (jas_image_t*)m_image;
355 jas_image_t* image = (jas_image_t*)m_image;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BoundingBox.cpp 42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft,
71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft,
103 if (newMaxY >= m_image->GetHeight()) {
104 newMaxY = m_image->GetHeight() - 1;
116 m_image, newTopLeft, newBottomLeft, newTopRight, newBottomRight, e);
169 m_image = image;
190 m_topRight = new CBC_ResultPoint((FX_FLOAT)m_image->GetWidth() - 1,
192 m_bottomRight = new CBC_ResultPoint((FX_FLOAT)m_image->GetWidth() - 1,
BC_PDF417BoundingBox.h 40 CBC_CommonBitMatrix* m_image; member in class:CBC_BoundingBox
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRAlignmentPatternFinder.cpp 35 : m_image(image),
65 while (j < maxJ && !m_image->Get(j, i)) {
70 if (m_image->Get(j, i)) {
134 int32_t maxI = m_image->GetHeight();
141 while (i >= 0 && m_image->Get(centerJ, i) && stateCount[1] <= maxCount) {
148 while (i >= 0 && !m_image->Get(centerJ, i) && stateCount[0] <= maxCount) {
156 while (i < maxI && m_image->Get(centerJ, i) && stateCount[1] <= maxCount) {
163 while (i < maxI && !m_image->Get(centerJ, i) && stateCount[2] <= maxCount) {
BC_QRDetector.cpp 36 CBC_QRDetector::CBC_QRDetector(CBC_CommonBitMatrix* image) : m_image(image) {}
39 CBC_QRFinderPatternFinder finder(m_image);
89 SampleGrid(m_image, topLeft.get(), topRight.get(), bottomLeft.get(),
195 } else if (otherToX >= m_image->GetWidth()) {
196 otherToX = m_image->GetWidth();
201 } else if (otherToY >= m_image->GetHeight()) {
202 otherToY = m_image->GetHeight();
230 if (m_image->Get(realX, realY)) {
234 if (!m_image->Get(realX, realY)) {
262 std::min(m_image->GetWidth() - 1, estAlignmentX + allowance);
    [all...]
BC_QRAlignmentPatternFinder.h 13 CBC_CommonBitMatrix* m_image; member in class:CBC_QRAlignmentPatternFinder
BC_QRDetector.h 22 CBC_CommonBitMatrix* m_image; member in class:CBC_QRDetector
BC_QRFinderPatternFinder.h 21 CBC_CommonBitMatrix* m_image; member in class:CBC_QRFinderPatternFinder
BC_QRFinderPatternFinder.cpp 35 m_image = image;
67 return m_image;
82 int32_t maxI = m_image->GetHeight();
83 int32_t maxJ = m_image->GetWidth();
99 if (m_image->Get(j, i)) {
123 } while (j < maxJ && !m_image->Get(j, i));
239 CBC_CommonBitMatrix* image = m_image;
300 CBC_CommonBitMatrix* image = m_image;
  /external/pdfium/xfa/src/fxbarcode/common/
BC_WhiteRectangleDetector.h 40 CBC_CommonBitMatrix* m_image; member in class:CBC_WhiteRectangleDetector
BC_WhiteRectangleDetector.cpp 31 m_image = image;
51 m_image = image;
198 if (m_image->Get(x, y)) {
248 if (m_image->Get(x, fixed)) {
254 if (m_image->Get(fixed, y)) {
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.cpp 35 : m_image(image), m_rectangleDetector(NULL) {}
37 m_rectangleDetector = new CBC_WhiteRectangleDetector(m_image);
167 SampleGrid(m_image, topLeft, bottomLeft, bottomRight,
192 m_image, topLeft, bottomLeft, bottomRight, correctedTopRight.get(),
293 return p->GetX() >= 0 && p->GetX() < m_image->GetWidth() && p->GetY() > 0 &&
294 p->GetY() < m_image->GetHeight();
356 FX_BOOL inBlack = m_image->Get(steep ? fromY : fromX, steep ? fromX : fromY);
358 FX_BOOL isBlack = m_image->Get(steep ? y : x, steep ? x : y);
BC_DataMatrixDetector.h 69 CBC_CommonBitMatrix* m_image; member in class:CBC_DataMatrixDetector
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 52 m_image = createImage(vk, device, &imageCreateInfo);
53 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
54 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
vktComputeTestsUtil.hpp 69 const vk::VkImage& get (void) const { return *m_image; }
75 vk::Move<vk::VkImage> m_image; member in class:vkt::compute::Image
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 74 vk::Move<vk::VkImage> m_image; member in class:vkt::pipeline::ImageSamplingInstance
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 89 const vk::VkImage& get (void) const { return *m_image; }
95 vk::Move<vk::VkImage> m_image; member in class:vkt::image::Image
vktImageTestsUtil.cpp 53 m_image = createImage(vk, device, &imageCreateInfo);
54 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
55 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));

Completed in 293 milliseconds

1 2