HomeSort by relevance Sort by last modified time
    Searched refs:Stroke (Results 1 - 24 of 24) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.h 49 bool SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags);
51 void Stroke(CXFA_GEPath* pPath, CXFA_Graphics* pGS, const CFX_Matrix& matrix);
cxfa_corner.cpp 20 {XFA_Attribute::Stroke, XFA_AttributeType::Enum,
cxfa_edge.cpp 22 {XFA_Attribute::Stroke, XFA_AttributeType::Enum,
cxfa_rectangle.h 41 void Stroke(const std::vector<CXFA_Stroke*>& strokes,
cxfa_stroke.cpp 97 return JSObject()->GetEnum(XFA_Attribute::Stroke);
152 bool CXFA_Stroke::SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags) {
153 if (this == stroke)
155 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f)
158 IsVisible() != stroke->IsVisible()) {
161 if (GetStrokeType() != stroke->GetStrokeType())
163 if (GetColor() != stroke->GetColor())
166 fabs(GetRadius() - stroke->GetRadius()) >= 0.01f) {
172 void CXFA_Stroke::Stroke(CXFA_GEPath* pPath,
cxfa_rectangle.cpp 253 Stroke(strokes, pGS, rtWidget, matrix);
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes,
323 CXFA_Stroke* stroke = strokes[i]; local
324 if ((i % 1) == 0 && stroke->GetRadius() < 0) {
327 if (stroke)
328 stroke->Stroke(&path, pGS, matrix);
336 bStart = !stroke->SameStyles(strokes[(i + 1) % 8], 0);
338 if (stroke)
339 stroke->Stroke(&path, pGS, matrix)
462 CXFA_Stroke* stroke = strokes[nIndex]; local
    [all...]
cxfa_box.cpp 32 CXFA_Stroke* stroke = strokes[0];
37 if (!stroke)
38 stroke = find;
39 else if (stroke->GetStrokeType() != find->GetStrokeType())
40 stroke = find;
44 XFA_AttributeEnum iType = stroke->GetStrokeType();
49 return {iType, stroke};
51 return {XFA_AttributeEnum::Unknown, stroke};
127 CXFA_Stroke* stroke; local
130 std::tie(iType, stroke) = Style3D(strokes)
    [all...]
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
47 private Stroke overrideStroke;
53 private Stroke stroke; field in class:OverrideGraphics2D
66 this.stroke = graphics.getStroke();
104 * Fixes the Stroke of the Graphics2D.
106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing.
108 public void setOverrideStroke(Stroke stroke)
    [all...]
  /external/skia/modules/canvaskit/canvaskit/
node.example.js 33 ctx.stroke();
68 paint.setStyle(CanvasKit.PaintStyle.Stroke);
  /external/skqp/experimental/canvaskit/canvaskit/
node.example.js 33 ctx.stroke();
68 paint.setStyle(CanvasKit.PaintStyle.Stroke);
  /external/skia/tests/
StrokeTest.cpp 115 // Stroke parameters on fill or hairline style are not part of equality.
132 // Stroke parameters on stroke style are part of equality.
163 // From skbug.com/6491. The large stroke width can cause numerical instabilities.
182 DEF_TEST(Stroke, reporter) {
  /external/skqp/tests/
StrokeTest.cpp 115 // Stroke parameters on fill or hairline style are not part of equality.
132 // Stroke parameters on stroke style are part of equality.
163 // From skbug.com/6491. The large stroke width can cause numerical instabilities.
182 DEF_TEST(Stroke, reporter) {
  /external/skia/samplecode/
SampleAAGeometry.cpp 756 struct Stroke;
760 Stroke* fParent;
771 struct Stroke {
815 SkTArray<Stroke> fStrokes;
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 756 struct Stroke;
760 Stroke* fParent;
771 struct Stroke {
815 SkTArray<Stroke> fStrokes;
    [all...]
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 341 ApplyLazyInheritedAttribute(Stroke);
374 // b) it only has a stroke or a fill (but not both). Going forward, we may need
  /external/skqp/experimental/canvaskit/
externs.js 369 Stroke: {},
460 CanvasKit.SkPath.prototype.stroke = function() {}; method in class:CanvasKit.SkPath
535 CanvasRenderingContext2D.prototype.stroke = function() {}; method in class:CanvasRenderingContext2D
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.cpp 341 ApplyLazyInheritedAttribute(Stroke);
374 // b) it only has a stroke or a fill (but not both). Going forward, we may need
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 340 pEdge->JSObject()->SetEnum(XFA_Attribute::Stroke, XFA_AttributeEnum::Raised,
fxfa_basic.h 445 Stroke,
  /external/skia/modules/canvaskit/
externs.js 385 Stroke: {},
479 CanvasKit.SkPath.prototype.stroke = function() {}; method in class:CanvasKit.SkPath
554 CanvasRenderingContext2D.prototype.stroke = function() {}; method in class:CanvasRenderingContext2D
  /external/skia/modules/canvaskit/htmlcanvas/
canvas2dcontext.js 780 temp.stroke({'width': this.lineWidth, 'miter_limit': this.miterLimit,
1061 this.stroke = function(path) { class
    [all...]
  /external/skqp/experimental/canvaskit/htmlcanvas/
canvas2dcontext.js 780 temp.stroke({'width': this.lineWidth, 'miter_limit': this.miterLimit,
1061 this.stroke = function(path) { class
    [all...]

Completed in 430 milliseconds