Home
last modified time | relevance | path

Searched +defs:stroke +defs:width (Results 151 – 175 of 1066) sorted by relevance

12345678910>>...43

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrStrokeRectOp.cpp30 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
60 static void init_nonaa_stroke_rect_strip(SkPoint verts[10], const SkRect& rect, SkScalar width) { in init_nonaa_stroke_rect_strip()
119 const SkStrokeRec& stroke, in Make()
139 const SkStrokeRec& stroke, GrAAType aaType) in NonAAStrokeRectOp()
388 const SkStrokeRec& stroke) { in Make()
398 const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, in AAStrokeRectOp()
833 const SkStrokeRec& stroke) { in Make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrStrokeRectOp.cpp31 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
61 static void init_nonaa_stroke_rect_strip(SkPoint verts[10], const SkRect& rect, SkScalar width) { in init_nonaa_stroke_rect_strip()
106 const SkStrokeRec& stroke, in Make()
126 const SkStrokeRec& stroke, GrAAType aaType) in NonAAStrokeRectOp()
386 const SkStrokeRec& stroke) { in Make()
396 const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, in AAStrokeRectOp()
833 const SkStrokeRec& stroke) { in Make()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/vega-scenegraph/build/
H A Dvega-scenegraph-schema.json177 "width": { object
280 "width": { object
392 "width": { object
511 "width": { object
625 "width": { object
755 "width": { object
852 "width": { object
949 "width": { object
1049 "width": { object
1150 "width": { object
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/facedetect/
H A Dfacedetect.cpp55 double stroke; member in FaceDetect
63 FaceDetect(int width, int height) in FaceDetect()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/facedetect/
H A Dfacedetect.cpp55 double stroke; member in FaceDetect
63 FaceDetect(int width, int height) in FaceDetect()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/facedetect/
H A Dfacedetect.cpp55 double stroke; member in FaceDetect
63 FaceDetect(int width, int height) in FaceDetect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/
H A Dline.cxx126 std::vector<double> stroke({ 2.0, 1.0 }); in setupDashedLine() local
152 const int width = rBitmap.GetSizePixel().Width(); in checkDashedLine() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A DICanvas.cpp39 bool ICanvas::init(size_t width, size_t height) in init()
103 … void ICanvas::draw_poly(float *x, float *y, size_t count, const Color &stroke, const Color &fill) in draw_poly()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/container/
H A DCairoCanvas.cpp58 bool CairoCanvas::init(size_t width, size_t height) in init()
148 …void CairoCanvas::draw_poly(float *x, float *y, size_t count, const Color &stroke, const Color &fi… in draw_poly()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java343 int width = x2 - x1; in getPreferredSize() local
581 AWTKeyStroke stroke = AWTKeyStroke.getAWTKeyStrokeForEvent(e); in keyPressed() local
598 AWTKeyStroke stroke) { in isFocusTraversalKey()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java343 int width = x2 - x1; in getPreferredSize() local
576 AWTKeyStroke stroke = AWTKeyStroke.getAWTKeyStrokeForEvent(e); in keyPressed() local
593 AWTKeyStroke stroke) { in isFocusTraversalKey()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java343 int width = x2 - x1; in getPreferredSize() local
581 AWTKeyStroke stroke = AWTKeyStroke.getAWTKeyStrokeForEvent(e); in keyPressed() local
598 AWTKeyStroke stroke) { in isFocusTraversalKey()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java343 int width = x2 - x1; in getPreferredSize() local
581 AWTKeyStroke stroke = AWTKeyStroke.getAWTKeyStrokeForEvent(e); in keyPressed() local
598 AWTKeyStroke stroke) { in isFocusTraversalKey()
/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dwin.cc24 void Stroke::draw(Cairo::RefPtr<Cairo::Surface> surface, int x, int y, int w, int h, double width, … in draw()
112 Glib::RefPtr<Gdk::Pixbuf> Stroke::draw_(int size, double width, bool inv) const { in draw_()
277 void Win::set_icon(RStroke stroke, bool invert) { in set_icon()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc58 void BBoxOutputDev::stroke(GfxState *state) in stroke() function in BBoxOutputDev
73 void BBoxOutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, int width, int height,… in drawImageMask()
78 void BBoxOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, Gfx… in drawImage()
83 void BBoxOutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int heigh… in drawMaskedImage()
88 void BBoxOutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int h… in drawSoftMaskedImage()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc58 void BBoxOutputDev::stroke(GfxState *state) in stroke() function in BBoxOutputDev
73 void BBoxOutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, int width, int height,… in drawImageMask()
78 void BBoxOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, Gfx… in drawImage()
83 void BBoxOutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int heigh… in drawMaskedImage()
88 void BBoxOutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int h… in drawSoftMaskedImage()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc58 void BBoxOutputDev::stroke(GfxState *state) in stroke() function in BBoxOutputDev
73 void BBoxOutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, int width, int height,… in drawImageMask()
78 void BBoxOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, Gfx… in drawImage()
83 void BBoxOutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int heigh… in drawMaskedImage()
88 void BBoxOutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int h… in drawSoftMaskedImage()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc58 void BBoxOutputDev::stroke(GfxState *state) in stroke() function in BBoxOutputDev
73 void BBoxOutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, int width, int height,… in drawImageMask()
78 void BBoxOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, Gfx… in drawImage()
83 void BBoxOutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int heigh… in drawMaskedImage()
88 void BBoxOutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, int width, int h… in drawSoftMaskedImage()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvrender/
H A Dtsimplecolorstyles.cpp96 double width; member in __anonb26ebe580111::OutlineBuilder
112 explicit OutlineBuilder(double width, int count = 0) in OutlineBuilder()
182 void restart(double width) { in restart()
297 const TStroke *stroke) { in drawAntialiasedOutline()
500 TStrokeProp *TSimpleStrokeStyle::makeStrokeProp(const TStroke *stroke) { in makeStrokeProp()
531 TStrokeProp *TOutlineStyle::makeStrokeProp(const TStroke *stroke) { in makeStrokeProp()
543 void TOutlineStyle::computeOutline(const TStroke *stroke, in computeOutline()
723 USHORT stipple, double width) in TCenterLineStrokeStyle()
758 float width = float(m_width); in drawStroke() local
1311 const TStroke *stroke) { in makeStrokeProp()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/category/
H A DMinMaxCategoryRenderer.java224 public void setGroupStroke(Stroke stroke) { in setGroupStroke()
463 final int width = shape.getBounds().width; in getIcon() local
/dports/graphics/py-svgwrite/svgwrite-1.4.1/svgwrite/
H A Dmixins.py26 def viewbox(self, minx=0, miny=0, width=0, height=0): argument
189 def stroke(self, color=None, width=None, opacity=None, linecap=None, argument
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfgen/
H A Dcanvas.py874 def drawInlineImage(self, image, x,y, width=None,height=None, argument
897 def drawImage(self, image, x, y, width=None, height=None, mask=None, argument
1512 def rect(self, x, y, width, height, stroke=1, fill=0): argument
1517 def ellipse(self, x1, y1, x2, y2, stroke=1, fill=0): argument
1526 def wedge(self, x1,y1, x2,y2, startAng, extent, stroke=1, fill=0): argument
1535 def circle(self, x_cen, y_cen, r, stroke=1, fill=0): argument
1544 def roundRect(self, x, y, width, height, radius, stroke=1, fill=0): argument
1744 def setLineWidth(self, width): argument
1789 def drawPath(self, aPath, stroke=1, fill=0, fillMode=None): argument
1796 def _strokeAndFill(self,stroke,fill,fillMode=None): argument
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/karbon/pdf/
H A DSvgOutputDev.cpp142 void SvgOutputDev::stroke(GfxState * state) in stroke() function in SvgOutputDev
357 QString stroke; in printStroke() local
511 int width, int height, GfxImageColorMap *colorMap, in drawImage()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DPreScanOutputDev.cc41 void PreScanOutputDev::stroke(GfxState *state) { in stroke() function in PreScanOutputDev
149 int width, int height, GBool invert, in drawImageMask()
166 int width, int height, in drawImage()
201 int width, int height, in drawMaskedImage()
230 int width, int height, in drawSoftMaskedImage()
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DPreScanOutputDev.cc40 void PreScanOutputDev::stroke(GfxState *state) { in stroke() function in PreScanOutputDev
176 int width, int height, GBool invert, in drawImageMask()
193 int width, int height, in drawImage()
228 int width, int height, in drawMaskedImage()
257 int width, int height, in drawSoftMaskedImage()

12345678910>>...43