/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
fisheye_full.rs | 19 #include "fisheye.rsh"
|
fisheye_relaxed.fs | 19 #include "fisheye.rsh"
|
Fisheye.java | 26 public class Fisheye extends TestBase { 37 public Fisheye(boolean approx, boolean relaxed) {
|
ImageProcessingActivity.java | 124 FISHEYE_FULL ("Fisheye Full"), 125 FISHEYE_RELAXED ("Fisheye Relaxed"), 126 FISHEYE_APPROXIMATE_FULL ("Fisheye Approximate Full"), 127 FISHEYE_APPROXIMATE_RELAXED ("Fisheye Approximate Relaxed"), 325 mTest = new Fisheye(false, false); 328 mTest = new Fisheye(false, true); 331 mTest = new Fisheye(true, false); 334 mTest = new Fisheye(true, true);
|
ImageProcessingTest.java | 170 // Test case 8: Fisheye Full 177 // Test case 9: Fisheye Relaxed 184 // Test case 10: Fisheye Approximate Full 191 // Test case 11: Fisheye Approximate Relaxed
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
fisheye_full.rs | 19 #include "fisheye.rsh"
|
fisheye_relaxed.fs | 19 #include "fisheye.rsh"
|
ImageProcessingActivity2.java | 70 FISHEYE_FULL ("Fisheye Full"), 71 FISHEYE_RELAXED ("Fisheye Relaxed"), 72 FISHEYE_APPROXIMATE_FULL ("Fisheye Approximate Full"), 73 FISHEYE_APPROXIMATE_RELAXED ("Fisheye Approximate Relaxed"), 230 mTest = new Fisheye(false, false); 233 mTest = new Fisheye(false, true); 236 mTest = new Fisheye(true, false); 239 mTest = new Fisheye(true, true);
|
Fisheye.java | 23 public class Fisheye extends TestBase { 34 public Fisheye(boolean approx, boolean relaxed) {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
fisheye_full.rs | 19 #include "fisheye.rsh"
|
fisheye_relaxed.fs | 19 #include "fisheye.rsh"
|
ImageProcessingActivityJB.java | 71 FISHEYE_FULL ("Fisheye Full"), 72 FISHEYE_RELAXED ("Fisheye Relaxed"), 73 FISHEYE_APPROXIMATE_FULL ("Fisheye Approximate Full"), 74 FISHEYE_APPROXIMATE_RELAXED ("Fisheye Approximate Relaxed"), 263 mTest = new Fisheye(false, false); 266 mTest = new Fisheye(false, true); 269 mTest = new Fisheye(true, false); 272 mTest = new Fisheye(true, true);
|
Fisheye.java | 26 public class Fisheye extends TestBase { 37 public Fisheye(boolean approx, boolean relaxed) {
|
/development/samples/HelloEffects/res/menu/ |
options_menu.xml | 53 <item android:id="@+id/fisheye" 54 android:title="@string/fisheye"
|
/development/samples/HelloEffects/res/values/ |
strings.xml | 27 <string name="fisheye">Fish Eye</string>
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
generate.dox | 19 /// library then you can also download this rule file directly from the FishEye source code browser for ANTLR3.
|
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/ |
InitStaticCode.java | 24 * http://fisheye.igniterealtime.org/browse/smack/trunk/build/resources/META-INF/smack-config.xml?hb=true
|
/external/smack/src/org/jivesoftware/smackx/ |
InitStaticCode.java | 24 * http://fisheye.igniterealtime.org/browse/smack/trunk/build/resources/META-INF/smack-config.xml?hb=true
|
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/ |
CharacterNames.h | 49 const UChar fisheye = 0x25C9; member in namespace:WTF::Unicode 105 using WTF::Unicode::fisheye;
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
package.html | 5 adjust brightness, adjust saturation, rotate an image, apply a fisheye effect, and much more. The
|
/external/javassist/ |
pom.xml | 36 <url>http://fisheye.jboss.org/browse/javassist/</url>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 72 'fisheye', 'final_frame', 'final_clock', 'false', 'falloff_angle', 'falloff', 'fade_power', 'fade_distance',
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 98 the fisheye lens effect that would be present if a 90 degree horizontal
|
g-app-intents.jd | 106 narrower than in landscape mode. This is done to minimize the fisheye lens
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
HelloEffects.java | 150 case R.id.fisheye:
|