HomeSort by relevance Sort by last modified time
    Searched full:m_bitmap (Results 1 - 6 of 6) sorted by null

  /external/opencv3/samples/winrt_universal/PhoneTutorial/
MainPage.xaml.cpp 77 byte* pPixels = GetPointerToPixelData(m_bitmap->PixelBuffer);
78 int height = m_bitmap->PixelHeight;
79 int width = m_bitmap->PixelWidth;
96 m_bitmap->Invalidate();
112 m_bitmap = ref new Windows::UI::Xaml::Media::Imaging::WriteableBitmap(1, 1);
113 m_bitmap->SetSource(stream);
114 image->Source = m_bitmap;
MainPage.xaml.h 24 Windows::UI::Xaml::Media::Imaging::WriteableBitmap^ m_bitmap; member in class:PhoneTutorial::sealed
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
102 HBITMAP m_bitmap; member in class:tcu::win32::__anon9177::NativePixmap
150 , m_bitmap (DE_NULL)
173 m_bitmap = CreateDIBSection(deviceCtx, &bitmapInfo, DIB_RGB_COLORS, &bitmapPtr, NULL, 0);
175 if (!m_bitmap)
181 DeleteObject(m_bitmap);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 176 pGlyph->m_Bitmap.TakeOver(pResBitmap);
400 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap,
465 m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left,
500 glyph.m_pGlyph->m_Bitmap.GetWidth(),
501 glyph.m_pGlyph->m_Bitmap.GetHeight(), &glyph.m_pGlyph->m_Bitmap, 0,
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 58 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX);
65 char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
341 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
391 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 467 CFX_DIBitmap m_Bitmap;

Completed in 98 milliseconds