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 {
39 public Dimensions() {
42 public Dimensions(int w, int h, float s) {
56 * to whatever {@link #getDesiredDimensions(Object, Dimensions)} reported when the
70 * Outputs the desired dimensions that the object with key 'id' would like to be drawn to.
73 * @param outDim caller-allocated {@link Dimensions} object to house the result
75 void getDesiredDimensions(Object key, Dimensions outDim);
DividedImageCanvas.java 170 * Get the desired dimensions and scale for the bitmap to be placed in the
171 * location corresponding to id. Caller must allocate the Dimensions object.
173 * @param outDim a {@link ImageCanvas.Dimensions} object to write results into
176 public void getDesiredDimensions(Object key, Dimensions outDim) {
177 Utils.traceBeginSection("get desired dimensions");
189 scale = Dimensions.SCALE_ONE;
194 scale = Dimensions.SCALE_HALF;
201 scale = Dimensions.SCALE_HALF;
206 scale = Dimensions.SCALE_QUARTER;
212 scale = Dimensions.SCALE_QUARTER
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 32 import com.android.mail.ui.ImageCanvas.Dimensions;
61 private final Dimensions mDims = new Dimensions();
88 public Bitmap getLetterTile(final Dimensions dimensions, final String displayName,
94 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
97 + "address %s.", dimensions.width, dimensions.height, displayName, address);
109 mPaint.setTextSize(getFontSize(dimensions.scale));
111 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 129 // Dimensions has to be adjusted.
142 * Calculates dimensions taking into account resize options, such as:
144 * - maxWidth, maxHeight: for maximum dimensions,
151 * @return {Object} Dimensions, eg. {width: 100, height: 50}.
157 // Flip dimensions for odd orientation values: 1 (90deg) and 3 (270deg).
214 // For odd orientation values: 1 (90deg) and 3 (270deg) flip dimensions.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 861 final ImageCanvas.Dimensions dimensions = new ImageCanvas.Dimensions( local
862 mContactPhotoWidth, mContactPhotoHeight, ImageCanvas.Dimensions.SCALE_ONE);
863 return mLetterTileProvider.getLetterTile(dimensions, displayName, senderAddress);
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 71 import com.android.mail.ui.ImageCanvas.Dimensions;
1725 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/third_party/WebKit/Source/devtools/front_end/
ResponsiveDesignView.js 440 // Dimensions.
450 var swapButton = new WebInspector.StatusBarButton(WebInspector.UIString("Swap dimensions"), "responsive-design-icon responsive-design-icon-swap");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 465 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
TracingTimelineUIUtils.js 539 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
mosaic_mode.js 994 * changed dimensions).
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 994 * 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 1438 milliseconds

1 2