/external/freetype/src/pshinter/ |
pshrec.h | 114 /* dimension-specific hints descriptor */ 125 /* dimension 0 => X coordinates + vertical hints/stems */ 126 /* dimension 1 => Y coordinates + horizontal hints/stems */ 133 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
pshrec.h | 114 /* dimension-specific hints descriptor */ 125 /* dimension 0 => X coordinates + vertical hints/stems */ 126 /* dimension 1 => Y coordinates + horizontal hints/stems */ 133 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshrec.h | 114 /* dimension-specific hints descriptor */ 125 /* dimension 0 => X coordinates + vertical hints/stems */ 126 /* dimension 1 => Y coordinates + horizontal hints/stems */ 133 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
|
/external/pdfium/xfa/src/fxbarcode/common/ |
BC_CommonBitMatrix.h | 31 virtual void Init(int32_t dimension);
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRDetector.h | 61 int32_t dimension,
|
/external/freetype/src/autofit/ |
afhints.c | 244 int dimension ) 246 AF_AxisHints axis = &hints->axis[dimension]; 289 int dimension ) 291 AF_AxisHints axis = &hints->axis[dimension]; 404 FT_Int dimension; local 407 for ( dimension = 1; dimension >= 0; dimension-- ) 409 AF_AxisHints axis = &hints->axis[dimension]; 420 dimension == AF_DIMENSION_HORZ ? "vertical 538 FT_Int dimension; local [all...] |
/external/eigen/blas/fortran/ |
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/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
|
dlarf.f | 72 *> V is DOUBLE PRECISION array, dimension 93 *> C is DOUBLE PRECISION array, dimension (LDC,N) 102 *> The leading dimension of the array C. LDC >= max(1,M). 107 *> WORK is DOUBLE PRECISION array, dimension
|
slarf.f | 72 *> V is REAL array, dimension 93 *> C is REAL array, dimension (LDC,N) 102 *> The leading dimension of the array C. LDC >= max(1,M). 107 *> WORK is REAL array, dimension
|
zlarf.f | 76 *> V is COMPLEX*16 array, dimension 97 *> C is COMPLEX*16 array, dimension (LDC,N) 106 *> The leading dimension of the array C. LDC >= max(1,M). 111 *> WORK is COMPLEX*16 array, dimension
|
ilaclc.f | 56 *> A is COMPLEX array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
ilaclr.f | 56 *> A is array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
iladlc.f | 56 *> A is DOUBLE PRECISION array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
iladlr.f | 56 *> A is DOUBLE PRECISION array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
ilaslc.f | 56 *> A is REAL array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
ilaslr.f | 56 *> A is REAL array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
ilazlc.f | 56 *> A is COMPLEX*16 array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
ilazlr.f | 56 *> A is COMPLEX*16 array, dimension (LDA,N) 63 *> The leading dimension of the array A. LDA >= max(1,M).
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixDetector.h | 49 int32_t dimension);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ZeroSizedTest.java | 28 * Builds the drawing cache of Views of various dimension. The assumption is that 29 * a View with a 0-sized dimension (width or height) will always have a null 47 mWithDimension = activity.findViewById(R.id.dimension);
|
/frameworks/base/libs/hwui/renderstate/ |
OffscreenBufferPool.h | 61 static uint32_t computeIdealDimension(uint32_t dimension);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ResourceUtils.java | 229 public static boolean isValidDimensionPixelSize(final int dimension) { 230 return dimension > 0; 234 public static boolean isValidDimensionPixelOffset(final int dimension) { 235 return dimension >= 0;
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
bootstrap.js | 460 , dimension: function () { 466 var dimension 473 dimension = this.dimension() 474 scroll = $.camelCase(['scroll', dimension].join('-')) 484 this.$element[dimension](0) 486 this.$element[dimension](this.$element[0][scroll]) 490 var dimension 492 dimension = this.dimension() [all...] |