HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
138 PSH_DimensionRec dimension[2]; member in struct:PSH_GlobalsRec_
166 psh_dimension_snap_width( PSH_Dimension dimension,
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /external/freetype/src/pshinter/
pshglob.c 44 PSH_Dimension dim = &globals->dimension[direction];
85 psh_dimension_snap_width( PSH_Dimension dimension,
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
94 for ( n = 0; n < dimension->stdw.count; n++ )
100 w = dimension->stdw.widths[n].cur;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
663 PSH_Dimension dim = &globals->dimension[1];
683 PSH_Dimension dim = &globals->dimension[0];
738 globals->dimension[0].scale_mult = 0
    [all...]
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 360 format_cam2jpeg(encode_params->dimension->main_img_format);
362 format_cam2jpeg(encode_params->dimension->thumb_format);
454 bufferoffset.width = encode_params->dimension->orig_picture_dx;
455 bufferoffset.height = encode_params->dimension->orig_picture_dy;
486 inputPort->format.image.nFrameWidth = encode_params->dimension->orig_picture_dx;
487 inputPort->format.image.nFrameHeight = encode_params->dimension->orig_picture_dy;
488 inputPort->format.image.nStride = encode_params->dimension->orig_picture_dx;
489 inputPort->format.image.nSliceHeight = encode_params->dimension->orig_picture_dy;
493 encode_params->dimension->thumbnail_width;
495 encode_params->dimension->thumbnail_height
    [all...]
mm_jpeg_encoder.h 43 extern int8_t mm_jpeg_encoder_encode(const cam_ctrl_dimension_t * dimension,
mm_omx_jpeg_encoder.h 35 const cam_ctrl_dimension_t * dimension; member in struct:omx_jpeg_encode_params_t
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 252 FT_Int dimension; local
255 for ( dimension = 1; dimension >= 0; dimension-- )
257 AF_AxisHints axis = &hints->axis[dimension];
266 dimension == AF_DIMENSION_HORZ ? "vertical"
280 dimension == AF_DIMENSION_HORZ
307 FT_Int dimension,
314 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
333 FT_Int dimension,
371 FT_Int dimension; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/javassist/src/main/javassist/expr/
NewArray.java 120 * Returns the dimension of the created array.
243 int index, dimension; field in class:NewArray.ProceedForArray
249 dimension = dim;
256 if (num != dimension)
269 bytecode.add(dimension);
270 bytecode.growStack(1 - dimension);
  /art/runtime/mirror/
array.cc 86 int dimension = dimensions->Get(i); local
87 if (UNLIKELY(dimension < 0)) {
88 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str());
  /external/chromium_org/gpu/command_buffer/client/
transfer_buffer.cc 109 static unsigned int ComputePOTSize(unsigned int dimension) {
110 return (dimension == 0) ? 0 : 1 << base::bits::Log2Ceiling(dimension);
  /packages/apps/Camera2/jni/
tinyplanet.cc 88 inline float wrap(float value, float dimension) {
89 return value - (dimension * floor(value/dimension));
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 87 inline float wrap(float value, float dimension) {
88 return value - (dimension * floor(value/dimension));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 108 declaration.Dimension = 0;
122 unsigned dimension,
137 declaration.Dimension = dimension;
366 full_decl->Declaration.Dimension,
383 if (full_decl->Declaration.Dimension) {
791 src_register.Dimension = 0;
807 unsigned dimension,
830 src_register.Dimension = dimension;
841 struct tgsi_dimension dimension; local
871 struct tgsi_dimension dimension; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 108 declaration.Dimension = 0;
122 unsigned dimension,
137 declaration.Dimension = dimension;
366 full_decl->Declaration.Dimension,
383 if (full_decl->Declaration.Dimension) {
791 src_register.Dimension = 0;
807 unsigned dimension,
830 src_register.Dimension = dimension;
841 struct tgsi_dimension dimension; local
871 struct tgsi_dimension dimension; local
    [all...]
  /external/freetype/src/autofit/
afhints.c 265 FT_Int dimension; local
268 for ( dimension = 1; dimension >= 0; dimension-- )
270 AF_AxisHints axis = &hints->axis[dimension];
279 dimension == AF_DIMENSION_HORZ ? "vertical"
293 dimension == AF_DIMENSION_HORZ
320 FT_Int dimension,
327 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
346 FT_Int dimension,
396 FT_Int dimension; local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 93 Dim dimension = this.dimensions[d]; local
94 int dim_id = dimension.getId();
96 printDimTitle(dimension.getName());
97 String displayValue = dimension.getDisplayValue(value);
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 180 v->dimension = arg->type.dimension;
188 if (arg->type.dimension == 0) {
191 else if (arg->type.dimension == 1) {
222 method->type.dimension);
607 if (v->dimension == 0) {
610 if (v->dimension == 1) {
620 if (v->dimension == 0) {
623 if (v->dimension == 1) {
654 "_result", method->type.dimension));
    [all...]
  /external/doclava/src/com/google/doclava/
TypeInfo.java 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
31 mDimension = dimension;
108 mDimension = other.dimension();
132 public String dimension() { method in class:TypeInfo
136 public void setDimension(String dimension) {
137 mDimension = dimension;
258 label += (isLastVararg) ? "..." : dimension();
382 + mIsWildcard + " Dimension: " + mDimension + " QualifedTypeName: "
  /external/eigen/blas/
drotm.f 34 * DX (input/output) DOUBLE PRECISION array, dimension N
40 * DY (input/output) DOUBLE PRECISION array, dimension N
46 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5
srotm.f 35 * SX (input/output) REAL array, dimension N
41 * SY (input/output) REAL array, dimension N
47 * SPARAM (input/output) REAL array, dimension 5
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 492 * Compute the scaled value of <tt>dimension</tt> using the given scaling
493 * factor. This macro performs the integer equivalent of <tt>ceil(dimension *
496 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \
611 * horizontal dimension, then the width of the luminance plane is padded to the
614 * vertical dimension.) Also, each line of each plane in the output image is
    [all...]
  /external/eigen/lapack/
clarf.f 76 *> V is COMPLEX array, dimension
97 *> C is COMPLEX array, dimension (LDC,N)
106 *> The leading dimension of the array C. LDC >= max(1,M).
111 *> WORK is COMPLEX array, dimension

Completed in 625 milliseconds

12 3 4 5 6 7 8 9