Home
last modified time | relevance | path

Searched defs:pensize (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1319 DrawRect(HDC hdc, int left, int top, int right, int bottom, int pensize) in DrawRect()
/third_party/python/Lib/
Dturtle.py2073 def pensize(self, width=None): member in TPen