HomeSort by relevance Sort by last modified time
    Searched defs:strokePath (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
getpostextpath.cpp 16 static void strokePath(SkCanvas* canvas, const SkPath& path) {
38 strokePath(canvas, path);
57 strokePath(canvas, path);
  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.cpp 35 CFX_Path strokePath;
36 strokePath.MoveTo(
38 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, rect.top));
39 strokePath.LineTo(CFX_PointF(fRight, rect.top + PUSHBUTTON_SIZE_Corner));
40 strokePath.LineTo(CFX_PointF(fRight, fBottom - PUSHBUTTON_SIZE_Corner));
41 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, fBottom));
42 strokePath.LineTo(
44 strokePath.LineTo(
46 strokePath.LineTo(
48 strokePath.LineTo
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 633 SkPath strokePath;
634 if (rec.applyToPath(&strokePath, localPath)) {
635 localPath.swap(strokePath);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 754 SkPath strokePath;
758 skPaint.getFillPath(m_skPath, &strokePath);
759 if (Op(m_skPath, strokePath, SkPathOp::kDifference_SkPathOp,
760 &strokePath)) {
761 fillPath = &strokePath;
    [all...]

Completed in 186 milliseconds