Home
last modified time | relevance | path

Searched defs:wide (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c98 static void set_texcoords(const struct widepoint_stage *wide, in set_texcoords()
127 const struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_point() local
200 struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_first_point() local
310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); in draw_wide_point_stage() local
Ddraw_pipe_wide_line.c193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); in draw_wide_line_stage() local
/third_party/python/Tools/unicode/
Dgenmap_support.py53 def update_decode_map(self, c1range, c2range, onlymask=(), wide=0): argument
75 def generate(self, wide=False): argument
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstamrparse.h61 gboolean wide; member
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp60 bool wide = spec.colorType() == ColorType::kFloat; in write_quad_generic() local
109 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color() local
166 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv() local
260 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv_strict() local
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstdvdec.h49 gboolean wide; member
Dgstdvdemux.h54 gboolean wide; member
Dgstdvdec.c427 gboolean PAL, wide; in gst_dvdec_chain() local
Dgstdvdemux.c1332 gboolean wide; in gst_dvdemux_demux_video() local
/third_party/gn/src/gn/
Dsetup.cc264 std::u16string wide; in SysMultiByteTo16() local
/third_party/libuv/src/win/
Dprocess.c41 const WCHAR* const wide; member
/third_party/node/deps/uv/src/win/
Dprocess.c41 const WCHAR* const wide; member
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c1514 int wide = 0; in pcf_load_font() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.h777 const bool wide = (width > 1) && SkToBool(width & 0x1); in TextureSizeToMipmapProgramIdx() local
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h178 int wide; member
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc2180 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
2187 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
2194 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
2201 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
/third_party/ffmpeg/libavformat/
Drmdec.c93 static void rm_read_metadata(AVFormatContext *s, AVIOContext *pb, int wide) in rm_read_metadata()
/third_party/python/Modules/
Dposixmodule.c1094 const wchar_t *wide; member
1118 wchar_t *wide = (wchar_t *)path->wide; in path_cleanup() local
1136 wchar_t *wide = NULL; in path_converter() local
1212 wide = PyUnicode_AsUnicodeAndSize(o, &length); in path_converter() local
1313 wide = PyUnicode_AsUnicodeAndSize(wo, &length); in path_converter() local
D_testcapimodule.c1920 PyObject *wide, *utf8; in test_widechar() local
1964 wide = PyUnicode_FromUnicode(invalid, 1); in test_widechar() local
1974 PyUnicode_AS_UNICODE(wide)[0] = invalid[0]; in test_widechar() local
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1201 U32 wide = expand(_565); in from_565() local
1207 U32 wide = expand(_4444); in from_4444() local
1220 U32 wide = expand(_88); in from_88() local
/third_party/skia/tests/
DSkVMTest.cpp2285 uint64_t wide[65]; in DEF_TEST() local