Searched defs:fillPath (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/core/
H A DSkRasterizer.cpp26 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
46 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
51 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
56 fillPath.transform(matrix, &devPath);
H A DSkScalerContext.cpp312 SkPath devPath, fillPath; local
315 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
320 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
401 SkPath devPath, fillPath; local
404 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
416 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
532 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, argument
580 if (fillPath) {
581 fillPath->swap(localPath);
588 if (fillPath
[all...]
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp64 SkPath fillPath, devPath; local
68 paint.getFillPath(path, &fillPath);
69 p = &fillPath;
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp191 void GraphicsContext::fillPath(const Path&) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp139 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp578 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) const function in class:WebCore::PlatformPath
H A DGraphicsContextWinCE.cpp1326 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
1354 path.platformPath()->fillPath(dc, &tr);
1359 path.platformPath()->fillPath(m_data->m_dc, &m_data->m_transform);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp526 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp1219 void GraphicsContext::fillPath(const Path& pathToFill) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp538 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp522 fillPath(path);
548 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
778 fillPath(path);
823 fillPath(path);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp258 void GLES2Canvas::fillPath(const Path& path) function in class:WebCore::GLES2Canvas
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp490 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
508 shadowPainter->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
513 shadowPainter->fillPath(platformPath, brush);
517 shadowPainter->fillPath(platformPath, shadowColor);
526 p->fillPath(platformPath, shadowColor);
532 p->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
536 p->fillPath(platformPath, brush);
538 p->fillPath(platformPath, p->brush());
758 shadowPainter->fillPath(path.platformPath(), QColor(m_data->shadow.m_color));
763 p->fillPath(pat
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp731 void GraphicsContext::fillPath(const Path& pathToFill) function in class:WebCore::GraphicsContext
739 platformContext()->gpuCanvas()->fillPath(pathToFill);

Completed in 1042 milliseconds