HomeSort by relevance Sort by last modified time
    Searched refs:dimensions (Results 76 - 100 of 231) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium/chrome/browser/
bug_report_util.cc 319 // Set the dimensions of the screenshot
320 userfeedback::Dimensions dimensions; local
321 dimensions.set_width(static_cast<float>(png_width));
322 dimensions.set_height(static_cast<float>(png_height));
323 *(screenshot.mutable_dimensions()) = dimensions;
  /external/chromium/chrome/common/
automation_messages.h 65 const gfx::Rect& dimensions,
77 gfx::Rect dimensions; member in struct:ExternalTabSettings
155 const gfx::Rect& dimensions,
163 gfx::Rect dimensions; member in struct:AttachExternalTabParams
automation_messages.cc 59 dimensions(),
82 dimensions(in_dimensions),
164 dimensions(in_dimensions),
491 WriteParam(m, p.dimensions);
507 ReadParam(m, iter, &p->dimensions) &&
524 LogParam(p.dimensions, l);
645 WriteParam(m, p.dimensions);
657 ReadParam(m, iter, &p->dimensions) &&
671 LogParam(p.dimensions, l);
  /external/chromium_org/chrome/browser/feedback/
feedback_util.cc 324 // the screenshot dimensions from system info.
329 // Set that we 'have' dimensions of the screenshot. These dimensions are
331 userfeedback::Dimensions dimensions; local
332 dimensions.set_width(0.0);
333 dimensions.set_height(0.0);
335 *(screenshot.mutable_dimensions()) = dimensions;
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 42 const gfx::Size& dimensions,
gpu_video_decode_accelerator.h 48 const gfx::Size& dimensions,
110 // The texture dimensions as requested by ProvidePictureBuffers().
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 189 const gfx::Size& dimensions,
192 picture_buffer_dimensions_ = dimensions;
195 num_requested_buffers, dimensions, texture_target);
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc 245 const gfx::Size& dimensions,
250 PP_Size out_dim = PP_MakeSize(dimensions.width(), dimensions.height());
  /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/
SQL_Results.java 146 Dim[] dimensions = DB_Results.getResultsDimensions(); local
147 int length = dimensions.length;
155 buffer.append(dimensions[i].getId());
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 76 enum { dimensions = 1 }; enumerator in enum:DomainTraits::__anon33343
105 for (int i=0; i < DomainTraits<Interval>::dimensions; ++i)
137 enum { dimensions = 1 }; enumerator in enum:DomainTraits::__anon33345
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 76 enum { dimensions = 1 }; enumerator in enum:DomainTraits::__anon33351
105 for (int i=0; i < DomainTraits<Interval>::dimensions; ++i)
137 enum { dimensions = 1 }; enumerator in enum:DomainTraits::__anon33353
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 153 EXPECT_EQ(gfx::Rect(2, 3, 123, 321), cf_url.dimensions());
162 EXPECT_EQ(gfx::Rect(0, 0, 0, 0), cf_url.dimensions());
170 EXPECT_EQ(gfx::Rect(0, 0, 0, 0), cf_url.dimensions());
179 EXPECT_EQ(gfx::Rect(0, 0, 0, 0), cf_url.dimensions());
187 EXPECT_EQ(gfx::Rect(0, 0, 0, 0), cf_url.dimensions());
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 221 * Returns the number of dimensions of the given internal type.
224 * @return the number of dimensions, e.g. 2.
228 int dimensions = 0; local
229 while (internalType.charAt(dimensions) == ClassConstants.INTERNAL_TYPE_ARRAY)
231 dimensions++;
234 return dimensions;
324 * of dimensions. If the number of dimensions is 0, the class name itself is
328 * @param dimensionCount the number of array dimensions.
603 * Returns the number of dimensions of the given external type
610 int dimensions = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 120 var dimensions = this._viewportDimensions();
121 if (dimensions.width < 0 || dimensions.height < 0) {
125 dimensions.width *= WebInspector.zoomFactor();
126 dimensions.height *= WebInspector.zoomFactor();
127 PageAgent.startScreencast("jpeg", 80, Math.min(maxImageDimension, dimensions.width), Math.min(maxImageDimension, dimensions.height));
234 var dimensions = this._viewportDimensions();
235 this._screenZoom = Math.min(dimensions.width / screenWidthDIP, dimensions.height / screenHeightDIP)
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
dialoginteractiondelegate.js 114 // contents' dimensions is incorrect on IE, yet the following line also
137 // So we set its dimensions here. We need to specifically add some space for
147 // Ask the dialog to re-center itself based on the new dimensions.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 74 public BackingStore(FrameType type, int[] dimensions, FrameManager frameManager) {
76 mDimensions = dimensions != null ? Arrays.copyOf(dimensions, dimensions.length) : null;
368 public void setDimensions(int[] dimensions) {
369 mDimensions = dimensions;
923 "Cannot create an allocation with more than 2 dimensions!");
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 176 int [] dimensions = local
179 mPreviewWidth = dimensions[0];
180 mPreviewHeight = dimensions[1];
  /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/
BuildResultsElement.java 297 Dim[] dimensions = buildResults.getDimensions(); local
298 int length = dimensions.length;
301 this.children[i] = new DimResultsElement(this.results, this, dimensions[i]);
  /art/runtime/mirror/
array.h 36 static Array* CreateMultiArray(Thread* self, Class* element_class, IntArray* dimensions)
  /external/chromium_org/remoting/host/
chromoting_messages.h 158 // Dimensions of the buffer in pixels.
159 IPC_STRUCT_MEMBER(webrtc::DesktopSize, dimensions)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 42 /* max 2 dimensions */
43 uint dimensions : 4; member in struct:__anon12577
80 reg->dimensions = 1;
90 reg->dimensions = 2;
291 if (reg->dimensions == 2) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 42 /* max 2 dimensions */
43 uint dimensions : 4; member in struct:__anon23044
80 reg->dimensions = 1;
90 reg->dimensions = 2;
291 if (reg->dimensions == 2) {
  /external/libvorbis/doc/
08-residue.tex 96 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
98 codebook dimensions = 4 encoded as: [ 0 2 4 6 ], [ 1 3 5 7 ]
100 codebook dimensions = 2 encoded as: [ 0 4 ], [ 1 5 ], [ 2 6 ], [ 3 7 ]
102 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
125 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
127 codebook dimensions = 4 encoded as: [ 0 1 2 3 ], [ 4 5 6 7 ]
129 codebook dimensions = 2 encoded as: [ 0 1 ], [ 2 3 ], [ 4 5 ], [ 6 7 ]
131 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
179 code classification codewords. The number of dimensions in book
182 codeword. Note that the number of entries and dimensions in boo
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/common/
interactiondelegate.js 39 * Make the IFrame and its decoration (if any) visible. Its dimensions will
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool_unittest.cc 47 scoped_ptr<Buffer> ReserveI420Buffer(const gfx::Size& dimensions) {
49 media::VideoFrame::AllocationSize(media::VideoFrame::I420, dimensions);

Completed in 3086 milliseconds

1 2 34 5 6 7 8 910