Home
last modified time | relevance | path

Searched refs:clips (Results 1 – 11 of 11) sorted by relevance

/external/skia/tools/lua/
Dpaths.lua20 clips = 0
73 clips = clips + 1
114 io.write("clips = clips + ", clips, "\n");
Dpaths_agg.lua2 clips = 0
15 io.write("Number of clips: ", clips, "\n");
36 (100*(totalSWPaths / (draws + clips))), "\n")
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat26 trigger clips =
65 trigger clips =
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clic…
/external/skia/src/svg/parser/
DSkSVGPaintState.cpp193 SkTDArray<SkString*> clips; in setSave() local
225 *clips.insert(0) = lastAttr; in setSave()
/external/libdrm/
Dxf86drmMode.h381 drmModeClipPtr clips, uint32_t num_clips);
Dxf86drmMode.c333 drmModeClipPtr clips, uint32_t num_clips) in drmModeDirtyFB() argument
338 dirty.clips_ptr = VOID2U64(clips); in drmModeDirtyFB()
/external/skia/site/dev/design/
Dpdftheory.md297 however, have more issues to cotend with. PDF clips cannot be directly
309 a valid PDF content stream, the transforms and clips are compared to
396 all of those clips are in effect and need not apply them within the
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7392 PRE_FIELD_READ("ioctl(VKI_V4L2_G_FMT).fmt.win.clips", data->fmt.win.clips); in PRE()
7395 if (data->fmt.win.clipcount && data->fmt.win.clips) in PRE()
7397 (Addr)data->fmt.win.clips, in PRE()
7398 data->fmt.win.clipcount * sizeof(data->fmt.win.clips[0])); in PRE()
7436 if (data->fmt.win.clipcount && data->fmt.win.clips) in PRE()
7438 (Addr)data->fmt.win.clips, in PRE()
7439 data->fmt.win.clipcount * sizeof(data->fmt.win.clips[0])); in PRE()
7476 if (data->fmt.win.clipcount && data->fmt.win.clips) in PRE()
7478 (Addr)data->fmt.win.clips, in PRE()
7479 data->fmt.win.clipcount * sizeof(data->fmt.win.clips[0])); in PRE()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h811 struct v4l2_clip __user *clips; member
/external/mesa3d/docs/
DMESA_texture_array.spec59 3. Storing short video clips in textures. Each depth slice is a
/external/valgrind/include/vki/
Dvki-linux.h3875 struct vki_v4l2_clip __user *clips; member