/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 | 37 import com.android.mail.ui.ImageCanvas.Dimensions; 63 private final Dimensions mDims = new Dimensions(); 116 public Bitmap getLetterTile(final Dimensions dimensions, final String displayName, 122 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */); 125 + "address %s.", dimensions.width, dimensions.height, displayName, address); 137 mPaint.setTextSize(getFontSize(dimensions.scale)); 139 c.drawText(mFirstChar, 0, 1, 0 + dimensions.width / 2 [all...] |
PhotoManager.java | 273 * @param dimensions Preferred dimensions 276 final ImageCanvas.Dimensions dimensions) { 279 final Request request = new Request(id, defaultProvider, view, dimensions); 780 LogUtils.e(TAG, new Error(), "bad dimensions for request=%s w/h=%s/%s", 832 private static final ImageCanvas.Dimensions sWorkDims = new ImageCanvas.Dimensions(); 835 ImageCanvas.Dimensions dimensions) { [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/chromium_org/chrome/browser/resources/image_loader/ |
image_loader.js | 109 // Dimensions has to be adjusted. 122 * Calculates dimensions taking into account resize options, such as: 124 * - maxWidth, maxHeight: for maximum dimensions, 131 * @return {Object} Dimensions, eg. {width: 100, height: 50}. 137 // Flip dimensions for odd orientation values: 1 (90deg) and 3 (270deg). 194 // For odd orientation values: 1 (90deg) and 3 (270deg) flip dimensions.
|
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
mock_chrome.js | 138 IMAGE_DIMENSIONS: 'Image Dimensions',
|
/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_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;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderView.java | 847 final ImageCanvas.Dimensions dimensions = new ImageCanvas.Dimensions( local 848 mContactPhotoWidth, mContactPhotoHeight, ImageCanvas.Dimensions.SCALE_ONE); 849 return mLetterTileProvider.getLetterTile(dimensions, displayName, senderAddress); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationUtils.java | 61 import com.android.mail.ui.ImageCanvas.Dimensions; 1381 final Dimensions dimensions = new Dimensions(idealIconWidth, idealIconHeight, local [all...] |
/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/chrome/browser/resources/file_manager/foreground/js/photo/ |
mosaic_mode.js | 973 * changed dimensions). [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 140 % Dimensions to add cropmarks at corners Added by P. A. MacKay, 12 Nov. 1986 [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
string-unpack-code.js | [all...] |
/external/grub/docs/ |
texinfo.tex | 272 % Dimensions to add cropmarks at corners. [all...] |
/external/bison/build-aux/ |
texinfo.tex | 255 % Dimensions to add cropmarks at corners. [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 276 % Dimensions to add cropmarks at corners. [all...] |