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

1 2 3 4 56 7 8 910

  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 213 const gfx::Size& dimensions,
256 const gfx::Size& dimensions,
259 requested_num_of_buffers, dimensions, texture_target);
393 const gfx::Size& dimensions,
580 const gfx::Size& dimensions,
596 new media::PictureBuffer(id, dimensions, texture_id);
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
MethodInfo.java 502 public boolean matchesParams(String[] params, String[] dimensions, boolean varargs) {
509 if (!mine.matchesDimension(dimensions[i], varargs)) {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 84 * Groups of screens (screen IDs) that should have the same dimensions.
142 * Returns dimensions of screen exluding header bar.
512 // Set screen dimensions to maximum dimensions within this group.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_adjust.js 9 * but do not modify the image dimensions.
commands.js 25 // Copying an image with zero dimensions causes js errors.
313 * @param {HTMLCanvasElement} srcCanvas to copy optional dimensions from.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_client.js 59 * Notifies about changed dimensions of the embedded dialog.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 39 * Resizes the window to the current dimensions of this page's body.
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
results.js 358 /* Dimensions contain HTML codes, so we convert them. */
361 var dimensions = tmpDiv.textContent || tmpDiv.innerText;
362 imageSelectTexts.push({ text: dimensions });
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.h 50 /** Is any of the dimensions of given texture equal to zero? */
147 unsigned dimensions);
  /external/mesa3d/src/mesa/main/
teximage.h 50 /** Is any of the dimensions of given texture equal to zero? */
147 unsigned dimensions);
  /external/guava/guava/src/com/google/common/collect/
Sets.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java     [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java     [all...]
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 412 int dimensions = parseInt(attribs.getValue("tangent_dimensions"), 3); local
414 fb = BufferUtils.createFloatBuffer(vertCount * dimensions);
415 vb.setupData(Usage.Static, dimensions, Format.Float, fb);
429 throw new SAXException("Texture coord dimensions must be 1 <= dims <= 4");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 249 external_tab_container->Init(profile, settings.parent, settings.dimensions,
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js 346 * to wait until the image loads and its dimensions are known, then manually
403 // Compute the image position based only on the image dimensions.
  /external/chromium_org/chrome_frame/
chrome_active_document.h 365 virtual void OnMoveWindow(const gfx::Rect& dimensions);
utils.h 526 const gfx::Rect& dimensions() const { function in class:ChromeFrameUrl
  /external/chromium_org/remoting/host/
desktop_session_agent.cc 312 serialized_frame.dimensions = frame->size();
desktop_session_proxy.cc 481 serialized_frame.dimensions, serialized_frame.bytes_per_row,
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 186 // we do the same and see if both dimensions are scaled, meaning
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 413 //if the two arrays have the same number of dimensions, then we should return an array class with the
414 //same number of dimensions, for the common superclass of the 2 element classes
428 int dimensions = Math.min(class1.arrayDimensions, class2.arrayDimensions); local
429 return getArrayClassDefByElementClassAndDimension(theClassPath.javaLangObjectClassDef, dimensions);
447 " with " + i + " dimensions. The maximum number of dimensions is 256");
472 * For example, for a multi-dimensional array of stings with 2 dimensions ([[Ljava/lang/String;), this method
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js 973 * changed dimensions).
    [all...]

Completed in 995 milliseconds

1 2 3 4 56 7 8 910