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

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
paper-ripple-extracted.js 290 // This translates from the origin to the center of the view based on the max dimension of
raw-extracted.js 236 // This translates from the origin to the center of the view based on the max dimension of
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 93 static bool valid_for_filtering(unsigned dimension) {
96 return (dimension & ~0x3FFF) == 0;
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_encoder.js 131 * than the original image (in each dimension).
image_util.js 166 * @return {Rect} A rectangle with every dimension scaled.
  /external/eigen/blas/
chbmv.f 51 * A - COMPLEX array of DIMENSION ( LDA, n ).
93 * On entry, LDA specifies the first dimension of A as declared
98 * X - COMPLEX array of DIMENSION at least
113 * Y - COMPLEX array of DIMENSION at least
dsbmv.f 51 * A - DOUBLE PRECISION array of DIMENSION ( LDA, n ).
91 * On entry, LDA specifies the first dimension of A as declared
96 * X - DOUBLE PRECISION array of DIMENSION at least
111 * Y - DOUBLE PRECISION array of DIMENSION at least
ssbmv.f 51 * A - REAL array of DIMENSION ( LDA, n ).
91 * On entry, LDA specifies the first dimension of A as declared
96 * X - REAL array of DIMENSION at least
111 * Y - REAL array of DIMENSION at least
zhbmv.f 51 * A - COMPLEX*16 array of DIMENSION ( LDA, n ).
93 * On entry, LDA specifies the first dimension of A as declared
98 * X - COMPLEX*16 array of DIMENSION at least
113 * Y - COMPLEX*16 array of DIMENSION at least
  /external/skia/src/core/
SkBitmapProcState.cpp 92 static bool valid_for_filtering(unsigned dimension) {
95 return (dimension & ~0x3FFF) == 0;
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1378 int32_t dimension = (*it)->stream->width * (*it)->stream->height; local
1402 int32_t dimension = local
    [all...]
QCamera3Channel.cpp 461 * @dim : dimension of the stream
473 /* Note that the image dimension will be the unrotated stream dimension.
2037 cam_dimension_t *dimension = (cam_dimension_t *)POINTER_OF_PARAM( local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 525 # dimension ExprNode
527 child_attrs = ["base", "dimension"]
532 if isinstance(self.dimension, TupleNode):
533 args = self.dimension.args
535 args = self.dimension,
544 if self.dimension:
545 self.dimension = self.dimension.analyse_const_expression(env)
546 if not self.dimension.type.is_int:
547 error(self.dimension.pos, "Array dimension not integer"
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1431 cam_dimension_t *dimension = (cam_dimension_t *)POINTER_OF( local
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 519 new TypeInfo(t.isPrimitive(), t.dimension(), simpleTypeName, t.qualifiedTypeName(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 343 static int RoundSize(int dimension) {
344 return SkNextPow2(dimension);
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 385 dimension one) is forbidden. If decoder setup or decode requests such
  /external/skia/src/ports/
SkFontHost_mac.cpp 347 static int RoundSize(int dimension) {
348 return SkNextPow2(dimension);
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 

Completed in 1348 milliseconds

1 2 3 4 56 7 8 9