Home
last modified time | relevance | path

Searched defs:thickness (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DDecorations.h17 void setThickness(SkScalar thickness) in setThickness() argument
H A DTextLine.h33 SkScalar thickness = 0.0f; member
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.h64 UINT_32 thickness : 4; member
H A Daddrlib1.cpp2829 UINT_32 thickness = Thickness(tileMode); in ComputeMicroTileEquation() local
3044 UINT_32 thickness = Thickness(tileMode); in ComputePixelIndexWithinMicroTile() local
3276 UINT_32 thickness = Thickness(tileMode); PadDimensions() local
3624 UINT_32 thickness = Thickness(tileMode); OptimizeTileMode() local
3772 UINT_32 thickness = Thickness(tileMode); DegradeLargeThickTile() local
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java81 private int thickness; field in HolidayBorderPanel
124 HolidayBorderPanel(Color color, int thickness) HolidayBorderPanel() argument
161 HolidayBorderPanel(int style, int thickness) HolidayBorderPanel() argument
224 setThickness(int thickness) setThickness() argument
[all...]
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp891 UINT_32 thickness = Thickness(tileMode); in ComputeSurfaceAlignmentsMacroTiled() local
[all...]
H A Dciaddrlib.cpp645 UINT_32 thickness = Thickness(pCfgTable->mode); in HwlSetupTileCfg() local
945 UINT_32 thickness = Thickness(tileMode); in HwlOptimizeTileMode() local
1032 UINT_32 thickness = Thickness(tileMode); in HwlOverrideTileMode() local
1260 UINT_32 thickness = Thickness(tileMode); in HwlSetupTileInfo() local
1824 UINT_32 thickness = Thickness(tileMode); HwlComputeMacroModeIndex() local
2329 UINT_32 thickness = Thickness(tileMode); CheckTcCompatibility() local
[all...]
H A Dsiaddrlib.cpp1959 UINT_32 thickness = Thickness(tileMode); in HwlSetupTileInfo() local
1835 HwlGetSizeAdjustmentMicroTiled( UINT_32 thickness, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, UINT_32 baseAlign, UINT_32 pitchAlign, UINT_32* pPitch, UINT_32* pHeight ) const HwlGetSizeAdjustmentMicroTiled() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_drawbox.c83 int thickness; member
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, float thickness) in AddPolyline() argument
1046 void ImDrawList::AddLine(const ImVec2& a, const ImVec2& b, ImU32 col, float thickness) in AddLine() argument
1056 void ImDrawList::AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding, int rounding_corners_flags, float thickness) in AddRect() argument
1098 void ImDrawList::AddQuad(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& d, ImU32 col, float thickness) in AddQuad() argument
1122 AddTriangle(const ImVec2& a, const ImVec2& b, const ImVec2& c, ImU32 col, float thickness) AddTriangle() argument
1144 AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float thickness) AddCircle() argument
1166 AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) AddBezierCurve() argument
[all...]
H A Dimgui.cpp2445 float thickness = ImMax(sz / 5.0f, 1.0f); in RenderCheckMark() local
4684 static ImRect GetResizeBorderRect(ImGuiWindow* window, int border_n, float perp_padding, float thickness) in GetResizeBorderRect() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp7189 static float thickness = 3.0f; local
H A Dimgui_draw.cpp716 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags flags, float thickness) in AddPolyline() argument
1377 AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness) AddLine() argument
1388 AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags, float thickness) AddRect() argument
1431 AddQuad(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness) AddQuad() argument
1455 AddTriangle(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness) AddTriangle() argument
1477 AddCircle(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness) AddCircle() argument
1526 AddNgon(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness) AddNgon() argument
1550 AddBezierCubic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments) AddBezierCubic() argument
1561 AddBezierQuadratic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segments) AddBezierQuadratic() argument
3780 float thickness = ImMax(sz / 5.0f, 1.0f); RenderCheckMark() local
[all...]
H A Dimgui.cpp5372 static ImRect GetResizeBorderRect(ImGuiWindow* window, int border_n, float perp_padding, float thickness) in GetResizeBorderRect() argument
11617 float thickness = (table->HoveredColumnBody == column_n) ? 3.0f : 1.0f; ShowMetricsWindow() local
[all...]
/third_party/glfw/deps/
H A Dnuklear.h9624 nk_draw_list_stroke_poly_line(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_draw_list_stroke closed, float thickness, enum nk_anti_aliasing aliasing) nk_draw_list_stroke_poly_line() argument
10136 nk_draw_list_path_stroke(struct nk_draw_list *list, struct nk_color color, enum nk_draw_list_stroke closed, float thickness) nk_draw_list_path_stroke() argument
10148 nk_draw_list_stroke_line(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_color col, float thickness) nk_draw_list_stroke_line() argument
10178 nk_draw_list_stroke_rect(struct nk_draw_list *list, struct nk_rect rect, struct nk_color col, float rounding, float thickness) nk_draw_list_stroke_rect() argument
10237 nk_draw_list_stroke_triangle(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_vec2 c, struct nk_color col, float thickness) nk_draw_list_stroke_triangle() argument
10259 nk_draw_list_stroke_circle(struct nk_draw_list *list, struct nk_vec2 center, float radius, struct nk_color col, unsigned int segs, float thickness) nk_draw_list_stroke_circle() argument
10270 nk_draw_list_stroke_curve(struct nk_draw_list *list, struct nk_vec2 p0, struct nk_vec2 cp0, struct nk_vec2 cp1, struct nk_vec2 p1, struct nk_color col, unsigned int segments, float thickness) nk_draw_list_stroke_curve() argument
[all...]

Completed in 92 milliseconds