HomeSort by relevance Sort by last modified time
    Searched defs:Dimensions (Results 1 - 3 of 3) sorted by null

  /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);
  /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/lib/AST/
MicrosoftMangle.cpp     [all...]

Completed in 100 milliseconds