Home
last modified time | relevance | path

Searched defs:shorten (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_conv_dash.h47 void shorten(float s) in shorten() function
51 double shorten() const in shorten() function
Dagg_vcgen_dash.h43 void shorten(float s) in shorten() function
47 double shorten() const in shorten() function
Dagg_conv_stroke.h96 void shorten(float s) in shorten() function
100 float shorten() const in shorten() function
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c461 nv30_draw_elements(struct nv30_context *nv30, bool shorten,
608 bool shorten = info->max_index <= 65535; local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestValidity.java299 private String shorten(String subcode, Map<String, String> shortened) { in shorten() method in TestValidity
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c597 nv50_draw_elements(struct nv50_context *nv50, bool shorten, in nv50_draw_elements()
859 bool shorten = info->max_index <= 65535; in nv50_draw_vbo() local
/external/python/cpython3/Lib/
Dtextwrap.py393 def shorten(text, width, **kwargs): function
/external/e2fsprogs/util/
Dsymlinks.c38 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c693 nvc0_draw_elements(struct nvc0_context *nvc0, bool shorten, in nvc0_draw_elements()
1074 bool shorten = info->max_index <= 65535; in nvc0_draw_vbo() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java1175 public static String shorten(Object data) { in shorten() method in GenerateMaximalLocales