HomeSort by relevance Sort by last modified time
    Searched refs:Dimensions (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ImageCanvas.java 27 * Dimensions holds the desired width, height, and scale for a bitmap being
30 public static class Dimensions {
40 public Dimensions() {
43 public Dimensions(int w, int h, float s) {
47 public Dimensions(int width, int height, float scale, float fontSize) {
62 * to whatever {@link #getDesiredDimensions(Object, Dimensions)} reported when the
76 * Outputs the desired dimensions that the object with key 'id' would like to be drawn to.
79 * @param outDim caller-allocated {@link Dimensions} object to house the result
81 void getDesiredDimensions(Object key, Dimensions outDim);
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 31 import com.android.mail.ui.ImageCanvas.Dimensions;
83 public Bitmap getLetterTile(final Dimensions dimensions, final String displayName,
89 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
92 + "address %s.", dimensions.width, dimensions.height, displayName, address);
105 dimensions.fontSize > 0 ? dimensions.fontSize : getFontSize(dimensions.scale));
107 c.drawText(mFirstChar, 0, 1, 0 + dimensions.width / 2
    [all...]
  /external/chromium_org/skia/ext/
image_operations_bench.cc 8 // dimensions. It will repeat this operation multiple time to get more accurate
96 // Simple class to represent dimensions of a bitmap (width, height).
97 class Dimensions {
99 Dimensions()
156 Dimensions source_;
157 Dimensions dest_;
216 printf("Invalid source dimensions specified\n");
220 printf("Invalid dest dimensions specified\n");
  /external/clang/test/Index/
index-templates.cpp 36 template<typename T, unsigned Dimensions = OneDimension>
141 // CHECK-LOAD: index-templates.cpp:36:31: NonTypeTemplateParameter=Dimensions:36:31 (Definition) Extent=[36:22 - 36:56]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmslut.c 465 // Given an hypercube of b dimensions, with Dims[] number of nodes by dimension, calculate the total amount of nodes
616 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];
619 // Our resulting LUT would be same gridpoints on all dimensions
621 Dimensions[i] = nGridPoints;
623 return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table);
633 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];
636 // Our resulting LUT would be same gridpoints on all dimensions
638 Dimensions[i] = nGridPoints;
640 return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table);
717 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]
    [all...]
cmsvirt.c 740 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];
772 for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Dimensions[i] = nLUTPoints;
773 CLUT = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, 3, 3, NULL);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 103 typedef struct Dimensions Dimensions;
    [all...]
ndr64types.h 291 NDR64_UINT8 Dimensions;
ksproxy.h 208 PIPE_DIMENSIONS Dimensions;
ksmedia.h     [all...]
strmif.h     [all...]
  /external/chromium_org/components/feedback/
feedback_common.cc 200 // Set that we 'have' dimensions of the screenshot. These dimensions are
202 userfeedback::Dimensions dimensions; local
203 dimensions.set_width(0.0);
204 dimensions.set_height(0.0);
206 *(screenshot.mutable_dimensions()) = dimensions;
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 128 // Dimensions has to be adjusted.
141 * Calculates dimensions taking into account resize options, such as:
143 * - maxWidth, maxHeight: for maximum dimensions,
150 * @return {Object} Dimensions, eg. {width: 100, height: 50}.
156 // Flip dimensions for odd orientation values: 1 (90deg) and 3 (270deg).
211 // For odd orientation values: 1 (90deg) and 3 (270deg) flip dimensions.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 876 final ImageCanvas.Dimensions dimensions = new ImageCanvas.Dimensions( local
877 mContactPhotoWidth, mContactPhotoHeight, ImageCanvas.Dimensions.SCALE_ONE);
878 return mLetterTileProvider.getLetterTile(dimensions, displayName, senderAddress);
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 64 import com.android.mail.ui.ImageCanvas.Dimensions;
1714 final Dimensions dimensions = new Dimensions(idealIconWidth, idealIconHeight, local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 360 /* Dimensions contain HTML codes, so we convert them. */
363 var dimensions = tmpDiv.textContent || tmpDiv.innerText;
364 imageSelectTexts.push({ text: dimensions });
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 261 * @return {{height: number, width: number}} Dimensions of a single item in
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 578 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
TracingTimelineUIUtils.js 603 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
ResponsiveDesignView.js 587 // Dimensions.
604 var swapButton = new WebInspector.StatusBarButton(WebInspector.UIString("Swap dimensions"), "responsive-design-icon responsive-design-icon-swap");
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 25 this.dimensions = Runner.defaultDimensions;
116 * Default dimensions.
277 if (this.dimensions.WIDTH < DEFAULT_WIDTH) {
278 var mobileSpeed = speed * this.dimensions.WIDTH / DEFAULT_WIDTH *
301 this.canvas = createCanvas(this.containerEl, this.dimensions.WIDTH,
302 this.dimensions.HEIGHT, Runner.classes.PLAYER);
310 this.horizon = new Horizon(this.canvas, this.images, this.dimensions,
315 this.images.TEXT_SPRITE, this.dimensions.WIDTH);
352 * Adjust game space dimensions on resize.
362 this.dimensions.WIDTH = this.outerContainerEl.offsetWidth - padding * 2
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 946 * changed dimensions).
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 2260 milliseconds

1 2