Home
last modified time | relevance | path

Searched refs:lattice (Results 1 – 16 of 16) sorted by relevance

/external/skia/gm/
Dtexteffects.cpp104 SkMatrix lattice; in r7() local
105 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); in r7()
106 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); in r7()
107 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref(); in r7()
114 SkMatrix lattice; in r8() local
115 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); in r8()
116 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); in r8()
117 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref(); in r8()
131 SkMatrix lattice; in r9() local
132 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0); in r9()
[all …]
/external/chromium_org/third_party/skia/src/effects/
DSkPerlinNoiseShader.cpp1019 const char* lattice = "lattice"; in emitCode() local
1102 noiseCode.appendf("\n\tvec4 %s = ", lattice); in emitCode()
1106 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
1118 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
1134 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
1146 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
/external/skia/src/effects/
DSkPerlinNoiseShader.cpp1019 const char* lattice = "lattice"; in emitCode() local
1102 noiseCode.appendf("\n\tvec4 %s = ", lattice); in emitCode()
1106 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
1118 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
1134 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
1146 noiseCode.appendf(dotLattice, lattice, lattice, inc8bit, fractVal); in emitCode()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
DAndroid.mk37 lattice.c \
Disac.gypi44 'lattice.c',
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlattice_neon.S13 @ Contains a function for the core loop in the normalized lattice MA
26 @ Reference code in lattice.c.
Disacfix.gypi43 'lattice.c',
DAndroid.mk38 lattice.c \
Dlattice_armv7.S11 @ Contains a function for the core loop in the normalized lattice AR
/external/srec/srec/crec/
Dastar.c667 srec_word_lattice* lattice; in astar_stack_do_backwards_search() local
681 lattice = rec->word_lattice; in astar_stack_do_backwards_search()
723 btoken_index = lattice->words_for_frame[ wtoken->end_time+1]; in astar_stack_do_backwards_search()
/external/valgrind/main/helgrind/
DREADME_MSMProp2.txt57 where JOIN is the lattice-theoretic "max" or "least upper bound"
/external/libvorbis/doc/
D03-codebook.tex142 Implicitly populated value mapping (lattice VQ)
304 Lookup type one specifies a lattice VQ lookup table built
D01-introduction.tex256 a list of n-dimensional rows (lattice VQ).
/external/chromium_org/third_party/sqlite/src/test/
Dfuzzer1.test798 INSERT INTO streetname VALUES('lattice');
Dfts1porter.test11682 lattice lattic
/external/llvm/lib/Target/X86/
DX86InstrInfo.td473 // Sign-extended immediate classes. We don't need to define the full lattice