/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | ImageWinCE.cpp | 62 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
|
D | SharedBitmap.h | 120 void setInternal(SharedBitmap* bmp) in setInternal()
|
D | GraphicsContextWinCE.cpp | 283 …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()
|
D | SharedBitmap.cpp | 358 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/ |
D | ImageWin.cpp | 53 bool BitmapImage::getHBITMAP(HBITMAP bmp) in getHBITMAP()
|
D | ImageCGWin.cpp | 62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) in getHBITMAPOfSize()
|
D | ImageCairoWin.cpp | 58 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) in getHBITMAPOfSize()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
D | ChunkedUpdateDrawingAreaWin.cpp | 43 BitmapInfo bmp = BitmapInfo::createBottomUp(updateChunk->rect().size()); in paintIntoUpdateChunk() local
|
/external/webkit/Source/WebCore/platform/image-decoders/wx/ |
D | ImageDecoderWx.cpp | 42 wxBitmap* bmp = new wxBitmap(width(), height(), 32); in asNewNativeImage() local
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testvidinfo.c | 46 int RunBlitTests(SDL_Surface *screen, SDL_Surface *bmp, int blitcount) in RunBlitTests() 84 SDL_Surface *bmp, *bmpcc, *tmp; in RunModeTests() local
|
D | testblitspeed.c | 190 SDL_Surface *bmp = NULL; in setup_test() local
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | PixelDumpSupportWin.cpp | 53 BITMAPINFO bmp = {0}; in createBitmapContextFromWebView() local
|
/external/skia/tests/ |
D | ShaderOpacityTest.cpp | 14 SkBitmap bmp; in test_bitmap() local
|
D | PremulAlphaRoundTripTest.cpp | 22 SkBitmap bmp; in fillCanvas() local
|
D | WritePixelsTest.cpp | 136 static SkBitmap bmp; in fillCanvas() local 307 SkBitmap bmp; in createDevice() local 417 SkBitmap bmp; in WritePixelsTest() local
|
D | DeferredCanvasTest.cpp | 116 SkBitmap bmp; in TestDeferredCanvasFreshFrame() local 138 SkBitmap bmp; in TestDeferredCanvasFreshFrame() local
|
D | ReadPixelsTest.cpp | 109 static SkBitmap bmp; in fillCanvas() local 348 SkBitmap bmp; in ReadPixelsTest() local
|
/external/skia/gm/ |
D | bigmatrix.cpp | 61 SkBitmap bmp; in onDraw() local
|
D | shadertext3.cpp | 70 static SkBitmap bmp; in onDraw() local
|
D | modecolorfilters.cpp | 40 SkBitmap bmp; in make_bg_shader() local
|
D | shadertext2.cpp | 94 static SkBitmap bmp; in onDraw() local
|
D | shadertext.cpp | 41 static SkBitmap bmp; in MakeBitmapShader() local
|
/external/webkit/Source/WebCore/page/win/ |
D | FrameCGWin.cpp | 62 BitmapInfo bmp = BitmapInfo::create(IntSize(w, h)); in imageFromRect() local
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | ImageTexture.cpp | 73 ImageTexture::ImageTexture(SkBitmap* bmp, unsigned crc) in ImageTexture()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_html_writer_unittest.cc | 32 void MakeTestSkBitmap(int w, int h, SkBitmap* bmp) { in MakeTestSkBitmap()
|