HomeSort by relevance Sort by last modified time
    Searched defs:Dimensions (Results 1 - 9 of 9) 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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
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...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 208 PIPE_DIMENSIONS Dimensions;
ndr64types.h 291 NDR64_UINT8 Dimensions;