Searched refs:getDimensions (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchGrid.h128 SkISize getDimensions() const { function in class:SkPatchGrid
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiArrayType.java58 public int getDimensions() { method in class:MultiArrayType
96 int typeDims = type.getDimensions();
H A DType.java205 public int getDimensions() { method in class:Type
358 int typeDims = type.getDimensions();
359 int thisDims = this.getDimensions();
/external/deqp/framework/platform/X11/
H A DtcuX11.hpp95 void getDimensions (int* width, int* height) const;
H A DtcuX11GlxPlatform.cpp132 virtual void getDimensions (int* width, int* height) = 0;
152 void getDimensions (int* width, int* height);
351 getDimensions(&width, DE_NULL);
358 getDimensions(DE_NULL, &height);
371 void GlxWindow::getDimensions (int* width, int* height) function in class:tcu::x11::glx::GlxWindow
380 m_x11Window.getDimensions(width, height);
H A DtcuX11.cpp201 void Window::getDimensions (int* width, int* height) const function in class:tcu::x11::Window
H A DtcuX11EglPlatform.cpp112 m_window.getDimensions(&ret.x(), &ret.y());
/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java69 protected abstract int[] getDimensions(T item); method in class:ListPreloader
131 final int[] dimensions = getDimensions(item);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java403 public int getDimensions() { method in class:Type
418 return getType(buf, off + getDimensions());
448 for (int i = getDimensions(); i > 0; --i) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java152 final int[] inDimens = getDimensions(bis, options);
264 public int[] getDimensions(RecyclableBufferedInputStream bis, BitmapFactory.Options options) { method in class:Downsampler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DArrayProto.java70 public int getDimensions() { return dimensions; } method in class:ArrayProto
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java216 public Dim[] getDimensions() { method in class:BuildResults
459 int length = DB_Results.getDimensions().length;
H A DDB_Results.java565 public static Dim[] getDimensions() { method in class:DB_Results
632 getDimensions(); // init dimensions
/external/chromium_org/third_party/skia/gm/
H A Dpatchgrid.cpp149 SkISize dims = grid.getDimensions();
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSimpleVerifier.java132 for (int i = 0; i < type.getDimensions(); ++i) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsElement.java297 Dim[] dimensions = buildResults.getDimensions();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js2290 return Element.getDimensions(element).height;
2294 return Element.getDimensions(element).width;
3063 getDimensions: function() {
3659 function getDimensions(element) {
3880 getDimensions: getDimensions,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1823 return $(element).getDimensions().height;
1827 return $(element).getDimensions().width;
1941 getDimensions: function(element) {
2690 getDimensions: function() {
2708 return this.getDimensions().width;
2712 return this.getDimensions().height;
H A Dconcat-jquery-mootools-prototype.js10202 return $(element).getDimensions().height;
10206 return $(element).getDimensions().width;
10320 getDimensions: function(element) {
11069 getDimensions: function() {
11087 return this.getDimensions().width;
11091 return this.getDimensions().height;
/external/doclava/src/com/google/doclava/
H A DInfoBuilder.java870 dimension = getDimensions(tree);
1580 private String getDimensions(ParseTree tree) { method in class:InfoBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java483 java.util.List dimensions = PerformanceTestPlugin.getDimensions();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 3274 milliseconds

12