/external/skia/include/core/ |
SkDocument.h | 43 * will be rasterized (e.g. draw image with perspective, 44 * draw text with perspective, ...) 71 * will be rasterized (e.g. draw image with perspective, 72 * draw text with perspective, ...)
|
/external/skia/src/pdf/ |
SkPDFDeviceFlattener.h | 17 For now, the only one implemented is Perspective.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
plugin.properties | 14 perspective.name.DDMS = DDMS
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
plugin.xml | 194 <perspective id="org.eclipse.jdt.ui.JavaPerspective" />
195 <perspective id="org.eclipse.debug.ui.DebugPerspective" />
196 <perspective
198 </perspective>
|
/external/chromium_org/cc/resources/ |
picture_layer_tiling_perftest.cc | 171 RunUpdateTilePrioritiesStationaryTest("perspective", transform); 172 RunUpdateTilePrioritiesScrollingTest("perspective", transform);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
accelerometer.css | 32 -webkit-perspective: 700px; 33 -webkit-perspective-origin: 50% 50%;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 35 * perspective divide if necessary. 58 * PERSPECTIVE depending on flatshade state.
|
/external/chromium_org/tools/perf/page_sets/tough_animation_cases/ |
transform_transitions.html | 41 "perspective(10000)", 50 "perspective(200)",
|
/external/chromium_org/ui/webui/resources/css/ |
dialogs.css | 62 -webkit-transform: perspective(500px) scale(1) 68 -webkit-transform: perspective(500px) scale(0.99)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 35 * perspective divide if necessary. 58 * PERSPECTIVE depending on flatshade state.
|
/external/skia/gm/ |
filltypespersp.cpp | 80 // do perspective drawPaint as the background; 104 // draw the paths in perspective
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
Perspective.java | 33 public class Perspective implements IPerspectiveFactory { 35 public static String ID = "com.android.ide.eclipse.ddms.Perspective"; //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
LogCatView.java | 39 /** Switch perspective when a Java file is opened from logcat view. */ 42 /** Target perspective to open when a Java file is opened from logcat view. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
TreeViewPerspective.java | 19 import com.android.ide.eclipse.ddms.Perspective; 63 layout.addPerspectiveShortcut(Perspective.ID);
|
/external/chromium/chrome/browser/ |
browser_url_handler.h | 9 // random web pages (because from the resource loader's perspective, these
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_user_image.html | 14 <div class="perspective-box">
|
/external/chromium_org/content/test/data/gpu/ |
pixel_browser_plugin.html | 50 -webkit-perspective: 500;
|
/packages/apps/UnifiedEmail/res/raw/ |
template_conversation_upper.html | 48 * perspective.
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
FlockingScene.cpp | 43 const char* vertex = GLUtils::openTextFile("vertex/perspective"); 44 const char* fragment = GLUtils::openTextFile("fragment/perspective"); 96 // Create a new perspective projection matrix. The height will stay the same
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
GlowingScene.cpp | 48 const char* vertex = GLUtils::openTextFile("vertex/perspective"); 49 const char* fragment = GLUtils::openTextFile("fragment/perspective"); 101 // Create a new perspective projection matrix. The height will stay the same
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/ |
LogCatPreferencePage.java | 98 IPerspectiveDescriptor perspective = perspectiveDescriptors[i]; local 99 perspectives[i][0] = perspective.getLabel(); 100 perspectives[i][1] = perspective.getId();
|
/sdk/emulator/skins/assets/ |
hwkeys_off.svg | 24 <inkscape:perspective 31 <inkscape:perspective 38 <inkscape:perspective
|
hwkeys_on.svg | 24 <inkscape:perspective 31 <inkscape:perspective 38 <inkscape:perspective
|
/external/chromium_org/third_party/skia/include/utils/ |
SkMatrix44.h | 162 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective 169 * other bits may be set to true even in the case of a pure perspective 208 * (3, 0) perspective-x 220 * (3, 0) perspective-x 271 * perspective components (with [3][3] set to 1). */
|
/external/skia/include/utils/ |
SkMatrix44.h | 162 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective 169 * other bits may be set to true even in the case of a pure perspective 208 * (3, 0) perspective-x 220 * (3, 0) perspective-x 271 * perspective components (with [3][3] set to 1). */
|