Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/wince/
DImageWinCE.cpp62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) in getHBITMAPOfSize()
95 RefPtr<SharedBitmap> bmp = frameAtIndex(i); in drawFrameMatchingSourceSize() local
120 RefPtr<SharedBitmap> bmp = frameAtIndex(m_currentFrame); in draw() local
145 RefPtr<SharedBitmap> bmp = nativeImageForCurrentFrame(); in drawPattern() local
163 RefPtr<SharedBitmap> bmp = frameAtIndex(0); in checkForSolidColor() local
DSharedBitmap.h120 void setInternal(SharedBitmap* bmp) in setInternal()
DGraphicsContextWinCE.cpp283 …RefPtr<SharedBitmap> bmp = SharedBitmap::create(origRect.size(), alphaPaint == AlphaPaintNone ? Bi… in getTransparentLayerBitmap() local
319 …void paintBackTransparentLayerBitmap(HDC hdc, SharedBitmap* bmp, const IntRect& origRect, AlphaPai… in paintBackTransparentLayerBitmap()
598 void GraphicsContext::setBitmap(PassRefPtr<SharedBitmap> bmp) in setBitmap()
1553 …if (RefPtr<SharedBitmap> bmp = m_data->getTransparentLayerBitmap(trRect, alphaPaintType, bmpRect, … in drawText() local
1762 …RefPtr<SharedBitmap> bmp = SharedBitmap::create(IntSize(boxWidthBest, boxHeightBest), BitmapInfo::… in drawFrameControl() local
1817 void GraphicsContext::drawBitmap(SharedBitmap* bmp, const IntRect& dstRectIn, const IntRect& srcRec… in drawBitmap()
1839 void GraphicsContext::drawBitmapPattern(SharedBitmap* bmp, const FloatRect& tileRectIn, const Affin… in drawBitmapPattern()
DSharedBitmap.cpp358 static void drawPatternSimple(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& b… in drawPatternSimple()
557 HDC SharedBitmap::DCProvider::getDC(SharedBitmap* bmp, unsigned* key) in getDC()
/external/webkit/Source/WebCore/platform/graphics/win/
DImageWin.cpp53 bool BitmapImage::getHBITMAP(HBITMAP bmp) in getHBITMAP()
DImageCGWin.cpp62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) in getHBITMAPOfSize()
DImageCairoWin.cpp58 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) in getHBITMAPOfSize()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DChunkedUpdateDrawingAreaWin.cpp43 BitmapInfo bmp = BitmapInfo::createBottomUp(updateChunk->rect().size()); in paintIntoUpdateChunk() local
/external/webkit/Source/WebCore/platform/image-decoders/wx/
DImageDecoderWx.cpp42 wxBitmap* bmp = new wxBitmap(width(), height(), 32); in asNewNativeImage() local
/external/qemu/distrib/sdl-1.2.15/test/
Dtestvidinfo.c46 int RunBlitTests(SDL_Surface *screen, SDL_Surface *bmp, int blitcount) in RunBlitTests()
84 SDL_Surface *bmp, *bmpcc, *tmp; in RunModeTests() local
Dtestblitspeed.c190 SDL_Surface *bmp = NULL; in setup_test() local
/external/webkit/Tools/DumpRenderTree/win/
DPixelDumpSupportWin.cpp53 BITMAPINFO bmp = {0}; in createBitmapContextFromWebView() local
/external/skia/tests/
DShaderOpacityTest.cpp14 SkBitmap bmp; in test_bitmap() local
DPremulAlphaRoundTripTest.cpp22 SkBitmap bmp; in fillCanvas() local
DWritePixelsTest.cpp136 static SkBitmap bmp; in fillCanvas() local
307 SkBitmap bmp; in createDevice() local
417 SkBitmap bmp; in WritePixelsTest() local
DDeferredCanvasTest.cpp116 SkBitmap bmp; in TestDeferredCanvasFreshFrame() local
138 SkBitmap bmp; in TestDeferredCanvasFreshFrame() local
DReadPixelsTest.cpp109 static SkBitmap bmp; in fillCanvas() local
348 SkBitmap bmp; in ReadPixelsTest() local
/external/skia/gm/
Dbigmatrix.cpp61 SkBitmap bmp; in onDraw() local
Dshadertext3.cpp70 static SkBitmap bmp; in onDraw() local
Dmodecolorfilters.cpp40 SkBitmap bmp; in make_bg_shader() local
Dshadertext2.cpp94 static SkBitmap bmp; in onDraw() local
Dshadertext.cpp41 static SkBitmap bmp; in MakeBitmapShader() local
/external/webkit/Source/WebCore/page/win/
DFrameCGWin.cpp62 BitmapInfo bmp = BitmapInfo::create(IntSize(w, h)); in imageFromRect() local
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DImageTexture.cpp73 ImageTexture::ImageTexture(SkBitmap* bmp, unsigned crc) in ImageTexture()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_html_writer_unittest.cc32 void MakeTestSkBitmap(int w, int h, SkBitmap* bmp) { in MakeTestSkBitmap()

12