HomeSort by relevance Sort by last modified time
    Searched refs:BITMAP (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 985 int32_t VideoRenderDirect3D9::SetBitmap(const void* bitMap,
991 if (!bitMap)
998 WEBRTC_TRACE(kTraceInfo, kTraceVideo, -1, "Remove bitmap.");
1025 BITMAP bmap;
1028 // Fill out the BITMAP structure.
1029 GetObject((HBITMAP)bitMap, sizeof(bmap), &bmap);
1030 //Select the bitmap handle into the new device context.
1031 oldhand = SelectObject(hdcNew, (HGDIOBJ) bitMap);
1043 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi,
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 223 // If the glyph bitmap is empty let's assum the glyph is valid
259 // Now copy the bitmap into the cache texture
647 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, NULL, positions);
  /frameworks/rs/
rsFont.cpp 114 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH) {
134 bitmap[bY * bitmapW + bX] = tempCol;
164 uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) {
207 case BITMAP:
208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
252 FT_Bitmap *bitmap = &mFace->glyph->bitmap; local
254 // Now copy the bitmap into the cache texture
258 // Let the font state figure out where to put the bitmap
260 glyph->mIsValid = state->cacheBitmap(bitmap, &startX, &startY)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 467 } BITMAP,*PBITMAP,*NPBITMAP,*LPBITMAP;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 435 BITMAP bitmap; local
436 GetObject(hBitmap, sizeof bitmap, &bitmap);
437 m_nBitsPerPixel = bitmap.bmBitsPixel;
438 m_Width = bitmap.bmWidth;
439 m_Height = abs(bitmap.bmHeight);
954 CFX_DIBitmap bitmap; local
996 CFX_DIBitmap bitmap; local
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 2932 milliseconds

12