HomeSort by relevance Sort by last modified time
    Searched refs:scales (Results 1 - 25 of 38) sorted by null

1 2

  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTransformTest.java 73 float[] scales = { -0.5f, 0, 1, 1.5f }; local
78 for (float scaleX : scales) {
79 for (float scaleY : scales) {
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 1277 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (), local
1280 if (scales != stream.Get_uint32 ())
1285 if (dataSize != dng_area_spec::kDataSize + 4 + scales * 4)
1290 fTable.Reset (host.Allocate (SafeUint32Mult (scales,
1295 for (uint32 j = 0; j < scales; j++)
1305 printf ("Count: %u\n", (unsigned) scales);
1307 for (uint32 k = 0; k < scales && k < gDumpLineLimit; k++)
1312 if (scales > gDumpLineLimit)
1314 printf (" ... %u scales skipped\n", (unsigned) (scales - gDumpLineLimit))
1328 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (), local
1454 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().W (), local
1505 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().W (), local
    [all...]
  /external/skia/gm/
blurrect.cpp 116 SkScalar scales[] = { SK_Scalar1, 0.6f }; variable
118 for (size_t s = 0; s < SK_ARRAY_COUNT(scales); ++s) {
133 canvas->scale(scales[s], scales[s]);
143 canvas->translate(0, SK_ARRAY_COUNT(procs) * r.height() * 4/3 * scales[s]);
146 canvas->translate(4 * r.width() * 4/3 * scales[s], 0);
imagefiltersscaled.cpp 118 SkVector scales[] = { variable
131 for (size_t j = 0; j < SK_ARRAY_COUNT(scales); ++j) {
139 canvas->scale(scales[j].fX, scales[j].fY);
149 canvas->translate(r.width() * scales[j].fX + margin, 0);
152 canvas->translate(0, r.height() * scales[j].fY + margin);
dftext.cpp 39 SkScalar scales[] = { 2.0f*5.0f, 5.0f, 2.0f, 1.0f }; variable
75 canvas->scale(scales[i], scales[i]);
78 y += paint.getFontMetrics(nullptr)*scales[i];
104 SkScalar scaleFactor = SkScalarInvert(scales[arraySize - i - 1]);
reveal.cpp 54 SkScalar scales[2]; variable
55 if (!ctm.getMinMaxScales(scales)) {
59 SkASSERT(SkScalarNearlyEqual(scales[0], scales[1]));
64 SkScalar scaledRad = scales[0] * fRRect.getSimpleRadii().fX;
convex_all_line_paths.cpp 283 const float scales[] = { 1.0f, 0.75f, 0.5f, 0.25f, 0.1f, 0.01f, 0.001f }; local
291 for (size_t i = 0; i < SK_ARRAY_COUNT(scales); ++i) {
301 canvas->scale(scales[i], scales[i]);
  /external/skia/tests/
MatrixTest.cpp 162 SkScalar scales[2]; local
169 success = identity.getMinMaxScales(scales);
170 REPORTER_ASSERT(reporter, success && SK_Scalar1 == scales[0] && SK_Scalar1 == scales[1]);
176 success = scale.getMinMaxScales(scales);
177 REPORTER_ASSERT(reporter, success && SK_Scalar1 * 2 == scales[0] && SK_Scalar1 * 4 == scales[1]);
184 success = rot90Scale.getMinMaxScales(scales);
185 REPORTER_ASSERT(reporter, success && SK_Scalar1 / 4 == scales[0] && SK_Scalar1 / 2 == scales[1])
259 SkScalar scales[2]; local
    [all...]
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 199 SkScalar scales[2]; local
200 if (!matrix.getMinMaxScales(scales) || scales[0] < SK_Scalar1) {
206 // At this point if scales[1] == SK_Scalar1 then the matrix doesn't do any scaling.
207 if (scales[1] == SK_Scalar1) {
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 394 * @param scales true to enable quick scaling, false to disable
396 public void setQuickScaleEnabled(boolean scales) {
397 mQuickScaleEnabled = scales;
427 * @param scales true to enable stylus scaling, false to disable.
429 public void setStylusScaleEnabled(boolean scales) {
430 mStylusScaleEnabled = scales;
IWindowManager.aidl 162 void setAnimationScales(in float[] scales);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 229 LLVMValueRef scales[4]; local
271 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
286 scales[i] = lp_build_const_float(gallivm, 1.0 / mask);
290 scales[i] = lp_build_const_float(gallivm, 1.0);
322 scales[i] = lp_build_const_float(gallivm, 1.0 / mask);
347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
374 LLVMValueRef scales[4]; local
407 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context));
418 scales[i] = lp_build_const_float(gallivm, mask);
422 scales[i] = lp_build_const_float(gallivm, 1.0)
    [all...]
  /external/libvorbis/lib/
Makefile.am 16 registry.h scales.h window.h lookup.h lookup_data.h\
  /external/skia/src/jumper/
SkJumper_stages_lowp.cpp 335 U8 scales = load<U8>(ptr, tail); local
336 F c = from_byte(scales);
355 U8 scales = load<U8>(ptr, tail); local
356 F c = from_byte(scales);
SkJumper_stages.cpp 673 auto scales = load<U8>(ptr, tail);
674 auto c = from_byte(scales);
697 auto scales = load<U8>(ptr, tail);
698 auto c = from_byte(scales);
    [all...]
  /external/ImageMagick/www/api/
resize.php 206 <p>MinifyImage() is a convenience method that scales an image proportionally to half its size.</p>
272 <p>ResizeImage() scales an image to the desired dimensions, using the given filter (see AcquireFilterInfo()).</p>
315 <p>SampleImage() scales an image to the desired dimensions with pixel sampling. Unlike other scaling methods, this method does not introduce any additional color into the scaled image.</p>
  /external/opencv/cvaux/src/
cvhmm1d.cpp 73 double* scales)
133 scales[t] = scale;
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 60 // encoder copies and scales the tables according to its quality parameter.
444 // scale scales the 16x16 region represented by the 4 src blocks to the 8x8
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 115 errorScale := max(1.0, stddev) // Error scales with stddev
175 errorScale := max(1.0, 1/rate) // Error scales with the inverse of the rate
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 60 // encoder copies and scales the tables according to its quality parameter.
444 // scale scales the 16x16 region represented by the 4 src blocks to the 8x8
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 115 errorScale := max(1.0, stddev) // Error scales with stddev
175 errorScale := max(1.0, 1/rate) // Error scales with the inverse of the rate
  /prebuilts/go/darwin-x86/src/sync/
pool.go 34 // dynamically-sized store of temporary output buffers. The store scales under
  /prebuilts/go/linux-x86/src/sync/
pool.go 34 // dynamically-sized store of temporary output buffers. The store scales under
  /toolchain/binutils/binutils-2.25/opcodes/
m68k-dis.c 529 static char *const scales[] = { "", ":2", ":4", ":8" };
542 scales[(word >> 9) & 3]);
527 static char *const scales[] = { "", ":2", ":4", ":8" }; local
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 326 SkScalar scales[2]; local
327 bool isHairline = (0 == width) || (1 == width && this->ctm().getMinMaxScales(scales) &&
328 SkScalarNearlyEqual(scales[0], 1.f) &&
329 SkScalarNearlyEqual(scales[1], 1.f));
    [all...]

Completed in 1061 milliseconds

1 2