/external/skia/src/gpu/ |
D | SkGr.cpp | 111 static bool make_stretched_key(const GrUniqueKey& origKey, Stretch stretch, in make_stretched_key() argument 113 if (origKey.isValid() && kNo_Stretch != stretch) { in make_stretched_key() 116 builder[0] = stretch; in make_stretched_key() 141 Stretch stretch, in make_bitmap_keys() argument 145 if (kNo_Stretch != stretch) { in make_bitmap_keys() 146 make_stretched_key(*key, stretch, stretchedKey); in make_bitmap_keys() 193 GrTexture* stretch_texture_to_next_pot(GrTexture* inputTexture, Stretch stretch, in stretch_texture_to_next_pot() argument 196 SkASSERT(kNo_Stretch != stretch); in stretch_texture_to_next_pot() 241 kBilerp_Stretch == stretch ? GrTextureParams::kBilerp_FilterMode : in stretch_texture_to_next_pot() 468 Stretch stretch, in create_bitmap_texture() argument [all …]
|
D | GrPathUtils.cpp | 18 SkScalar stretch = viewM.getMaxScale(); in scaleToleranceToSrc() local 21 if (stretch < 0) { in scaleToleranceToSrc() 29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1)); in scaleToleranceToSrc() 32 return srcTol / stretch; in scaleToleranceToSrc()
|
/external/libvorbis/lib/ |
D | envelope.c | 109 int stretch=max(VE_MINSTRETCH,ve->stretch/2); in _ve_amp() local 110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); in _ve_amp() 184 for(i=0;i<stretch;i++){ in _ve_amp() 236 ve->stretch++; in _ve_envelope_search() 237 if(ve->stretch>VE_MAXSTRETCH*2) in _ve_envelope_search() 238 ve->stretch=VE_MAXSTRETCH*2; in _ve_envelope_search() 256 if(ret&4)ve->stretch=-1; in _ve_envelope_search()
|
D | envelope.h | 63 int stretch; member
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-crash.ll | 8 define internal void @stretch(<4 x i8> addrspace(1)* %src, <4 x i8> addrspace(1)* %dst, i32 %width,… 20 …call void @stretch(<4 x i8> addrspace(1)* undef, <4 x i8> addrspace(1)* undef, i32 undef, i32 unde…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-crash.ll | 9 define internal void @stretch(<4 x i8> addrspace(1)* %src, <4 x i8> addrspace(1)* %dst, i32 %width,… 21 …call void @stretch(<4 x i8> addrspace(1)* undef, <4 x i8> addrspace(1)* undef, i32 undef, i32 unde…
|
/external/skia/tests/ |
D | RecordTest.cpp | 71 Stretch stretch; in DEF_TEST() local 72 stretch.apply(&record); in DEF_TEST()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | SyncSampleIntersectFinderImpl.java | 102 double stretch = (double) sc / refSampleCount; in sampleNumbers() local 107 … long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1) * samplesPerFrame); in sampleNumbers() 138 double stretch = (double) sc / refSampleCount; in sampleNumbers() local 141 long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1)) + 1; in sampleNumbers()
|
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 18 stretch; /* bit 0 !=0 means double track steps */ member 27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 778 for(unsigned stretch = 0; stretch < 2; ++stretch) in dxgi_blitter() local 782 sampler_state.min_img_filter = stretch ? PIPE_TEX_FILTER_LINEAR : PIPE_TEX_FILTER_NEAREST; in dxgi_blitter() 783 sampler_state.mag_img_filter = stretch ? PIPE_TEX_FILTER_LINEAR : PIPE_TEX_FILTER_NEAREST; in dxgi_blitter() 789 sampler[stretch] = pipe->create_sampler_state(pipe, &sampler_state); in dxgi_blitter() 834 bool stretch = view->texture->width0 != w || view->texture->height0 != h; in blit() local 838 pipe->bind_fragment_sampler_states(pipe, 1, &sampler[stretch]); in blit()
|
/external/llvm/test/MC/AArch64/ |
D | elf-globaladdress.ll | 4 ; Also take it on a round-trip through llvm-mc to stretch assembly-parsing's legs:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 15 of a stretch from learning the opcodes and how SSA form works, and how
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 975 DWRITE_FONT_STRETCH stretch = DWRITE_FONT_STRETCH_NORMAL; in onLegacyCreateTypeface() local 979 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font), in onLegacyCreateTypeface()
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 2019 % Computer Modern typewriter fonts have zero interword stretch (and 3559 % sufficient for this purpose, as it ignores stretch and shrink parts 3705 % to column. It still won't often be perfect, because of the stretch 3758 % A bit of stretch before each entry for the benefit of balancing 4531 % Don't allow stretch, though. 6863 % stretch added to depend on the line length, hence the dependence on 7084 % interword stretch (and shrink), and it is reasonable to expect all
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 2019 % Computer Modern typewriter fonts have zero interword stretch (and 3559 % sufficient for this purpose, as it ignores stretch and shrink parts 3705 % to column. It still won't often be perfect, because of the stretch 3758 % A bit of stretch before each entry for the benefit of balancing 4531 % Don't allow stretch, though. 6863 % stretch added to depend on the line length, hence the dependence on 7084 % interword stretch (and shrink), and it is reasonable to expect all
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 479 extract the pixels along the appropriate edge and stretch the single
|
/external/bison/build-aux/ |
D | texinfo.tex | 2212 % Computer Modern typewriter fonts have zero interword stretch (and 2631 % we put a little stretch before and after the breakable chars, to help 4797 % sufficient for this purpose, as it ignores stretch and shrink parts 4948 % to column. It still won't often be perfect, because of the stretch 5000 % A bit of stretch before each entry for the benefit of balancing 5932 % Don't allow stretch, though. 9682 % stretch added to depend on the line length, hence the dependence on 9903 % interword stretch (and shrink), and it is reasonable to expect all
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 122 鞔 < sides\-or\-uppers\-of\-shoes\-to\-stretch\-a\-skin\-on\-a\-frame\-for\-a\-drum; 482 揎 < to\-pull\-up\-the\-sleeves\-and\-stretch\-out\-the\-arms; 3501 㡧 < to\-stretch\-open\-painting; 7092 㢰 < to\-stretch\-a\-bow; 8330 伸開 < to\-stretch\-out; 8786 咧 < stretch\-mouth; 15693 張 < stretch; 28121 伸開 > to\-stretch\-out; 32756 張開 > stretch; 36144 鞔 > sides\-or\-uppers\-of\-shoes\-to\-stretch\-a\-skin\-on\-a\-frame\-for\-a\-drum; [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3927 N^V "stretch" :G2P
|
/external/bison/ |
D | ChangeLog-2012 | 11432 Rename member expand to stretch. All uses changed. 14146 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch. 14147 (struct graph_s.expand): Renamed from struct graph_s.stretch.
|
/external/libvncserver/x11vnc/ |
D | README | 12855 directions, specify a WxH geometry to stretch to:
|