HomeSort by relevance Sort by last modified time
    Searched refs:BitmapData (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/common/
host_shared_bitmap_manager.cc 14 class BitmapData : public base::RefCountedThreadSafe<BitmapData> {
16 BitmapData(base::ProcessHandle process_handle,
29 friend class base::RefCountedThreadSafe<BitmapData>;
30 ~BitmapData() {}
31 DISALLOW_COPY_AND_ASSIGN(BitmapData);
35 void FreeSharedMemory(scoped_refptr<BitmapData> data,
55 scoped_refptr<BitmapData> data(
56 new BitmapData(base::GetCurrentProcessHandle(),
80 BitmapData* data = it->second.get()
    [all...]
host_shared_bitmap_manager.h 38 class BitmapData;
75 typedef base::hash_map<cc::SharedBitmapId, scoped_refptr<BitmapData> >
  /external/chromium_org/cc/test/
fake_content_layer_client.h 21 struct BitmapData {
47 BitmapData data;
62 typedef std::vector<BitmapData> BitmapVector;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 89 typedef struct BitmapData {
96 } BitmapData;
gdiplusheaders.h 228 BitmapData *lockedBitmapData);
231 Status UnlockBits(BitmapData *lcokedBitmapData);
gdiplusimpl.h 609 PixelFormat format, BitmapData *lockedBitmapData)
628 __inline__ Status Bitmap::UnlockBits(BitmapData *lockedBitmapData)
    [all...]
gdiplusflat.h 61 GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,PixelFormat,BitmapData*);
62 GpStatus WINGDIPAPI GdipBitmapUnlockBits(GpBitmap*,BitmapData*);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 941 OUT BitmapData* lockedBitmapData
954 IN BitmapData* lockedBitmapData
GdiPlusHeaders.h 639 OUT BitmapData* lockedBitmapData);
640 Status UnlockBits(IN BitmapData* lockedBitmapData);
GdiPlusImaging.h 163 class BitmapData
GdiPlusFlat.h     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 207 typedef GpStatus (WINGDIPAPI *FuncType_GdipBitmapLockBits)(GpBitmap* bitmap, GDIPCONST GpRect* rect, UINT flags, PixelFormat format, BitmapData* lockedBitmapData);
210 typedef GpStatus (WINGDIPAPI *FuncType_GdipBitmapUnlockBits)(GpBitmap* bitmap, BitmapData* lockedBitmapData);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 316 milliseconds