Home
last modified time | relevance | path

Searched refs:drawIntoBitmap (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp135 bool drawIntoBitmap = false; in drawGDIGlyphs() local
141 drawIntoBitmap = fillColor.alpha() != 255 || graphicsContext->inTransparencyLayer(); in drawGDIGlyphs()
142 if (!drawIntoBitmap) { in drawGDIGlyphs()
149 drawIntoBitmap = offset.width() || offset.height() || blur; in drawGDIGlyphs()
164 if (!drawIntoBitmap) in drawGDIGlyphs()
167 drawIntoBitmap = true; in drawGDIGlyphs()
193 if (drawIntoBitmap) in drawGDIGlyphs()
284 if (drawIntoBitmap) { in drawGDIGlyphs()
/external/skia/bench/
DBitmapRectBench.cpp16 static void drawIntoBitmap(const SkBitmap& bm) { in drawIntoBitmap() function
62 drawIntoBitmap(fBitmap); in BitmapRectBench()
DRepeatTileBench.cpp20 static void drawIntoBitmap(const SkBitmap& bm) { in drawIntoBitmap() function
105 drawIntoBitmap(bm); in RepeatTileBench()
DBitmapBench.cpp24 static void drawIntoBitmap(const SkBitmap& bm) { in drawIntoBitmap() function
124 drawIntoBitmap(bm); in BitmapBench()