Searched defs:scaled (Results 1 - 25 of 56) sorted by relevance

123

/external/freetype/include/freetype/internal/
H A Dcffotypes.h65 FT_Bool scaled; member in struct:CFF_GlyphSlotRec_
/external/freetype/src/cid/
H A Dcidobjs.h106 FT_Bool scaled; member in struct:CID_GlyphSlotRec_
H A Dcidgload.c257 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling;
347 FT_Bool scaled; local
372 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
375 glyph->scaled = scaled;
405 scaled = glyph->scaled;
482 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || scaled )
/external/freetype/src/type1/
H A Dt1objs.h121 FT_Bool scaled; member in struct:T1_GlyphSlotRec_
H A Dt1gload.c340 FT_Bool scaled; local
389 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
392 glyph->scaled = scaled;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_nir_attribute_workarounds.c66 nir_ssa_def *scaled = local
71 comps[i] = nir_channel(b, rescale ? scaled : val, i);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DAdamsMoultonIntegrator.java59 * <p>We define scaled derivatives s<sub>i</sub>(n) at step n as:
85 * higher degrees scaled derivatives all taken at the same step (y<sub>n</sub>, s<sub>1</sub>(n)
237 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
264 updateHighOrderDerivativesPhase2(scaled, predictedScaled, nordsieckTmp);
295 scaled = correctedScaled;
307 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
349 /** Current scaled first derivative. */
350 private final double[] scaled; field in class:AdamsMoultonIntegrator.Corrector
360 * @param scaled current scaled firs
363 Corrector(final double[] previous, final double[] scaled, final double[] state) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DNordsieckStepInterpolator.java49 /** Step size used in the first scaled derivative and Nordsieck vector. */
60 /** First scaled derivative. */
61 private double[] scaled; field in class:NordsieckStepInterpolator
85 if (interpolator.scaled != null) {
86 scaled = interpolator.scaled.clone();
119 * @param stepSize step size used in the scaled and nordsieck arrays
121 * scaled derivative
130 this.scaled = scaledDerivative;
139 * <p>Since the scaled an
[all...]
/external/icu/icu4c/source/i18n/
H A Dprecision.cpp230 double scaled; local
232 scaled = value * gPower10[i];
233 if (scaled > MAX_INT64_IN_DOUBLE || scaled < -MAX_INT64_IN_DOUBLE) {
236 if (scaled == floor(scaled)) {
242 if (n >= 0 && initVisibleDigits(static_cast<int64_t>(scaled), -n, digits, status)) {
247 if (scaled == 0.0 && uprv_isNegative(scaled)) {
/external/skia/gm/
H A DSkAnimTimer.h102 * scaled by "speed" and (if not zero) mod by period.
105 SkScalar scaled(SkScalar speed, SkScalar period = 0) const { function in class:SkAnimTimer
/external/skqp/gm/
H A DSkAnimTimer.h97 * scaled by "speed" and (if not zero) mod by period.
100 SkScalar scaled(SkScalar speed, SkScalar period = 0) const { function in class:SkAnimTimer
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DMultistepIntegrator.java34 * <p>We define scaled derivatives s<sub>i</sub>(n) at step n as:
43 * the Nordsieck vector with higher degrees scaled derivatives all taken at the same
64 /** First scaled derivative (h y'). */
65 protected double[] scaled; field in class:MultistepIntegrator
67 /** Nordsieck matrix of the higher scaled derivatives.
240 /** Initialize the high order scaled derivatives at step start.
241 * @param first first scaled derivative at step start
242 * @param multistep scaled derivatives after step start (hy'1, ..., hy'k-1)
244 * @return high order scaled derivatives at step start
301 /** Initialize the high order scaled derivative
[all...]
/external/drrickorang/LoopbackApp/app/src/main/jni/
H A Djni_sles.c105 double scaled = (double) result / ((double) NANOS_PER_MILLI * (double) NANOS_PER_MILLI); local
106 return scaled;
139 double scaled = (double) result / ((double) NANOS_PER_MILLI * (double) NANOS_PER_MILLI); local
140 return scaled;
/external/freetype/src/cff/
H A Dcffgload.c204 FT_Bool hinting, scaled, force_scaling; local
391 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
394 glyph->scaled = scaled;
/external/freetype/src/psaux/
H A Dpsft.c270 FT_Bool* scaled )
276 *scaled = decoder->builder.glyph->scaled;
378 FT_Bool scaled; local
396 &scaled );
410 if ( scaled && ( !no_stem_darkening_font ||
428 if ( scaled )
/external/google-benchmark/src/
H A Dstring_util.cc51 double scaled = val; local
53 scaled /= one_k;
54 if (scaled <= big_threshold) {
55 mantissa_stream << scaled; local
66 double scaled = val; local
68 scaled *= one_k;
69 if (scaled >= small_threshold) {
70 mantissa_stream << scaled; local
/external/libcxx/utils/google-benchmark/src/
H A Dstring_util.cc51 double scaled = val; local
53 scaled /= one_k;
54 if (scaled <= big_threshold) {
55 mantissa_stream << scaled; local
66 double scaled = val; local
68 scaled *= one_k;
69 if (scaled >= small_threshold) {
70 mantissa_stream << scaled; local
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_sampler.c290 int scaled; local
299 scaled = (int) (bias * scale);
300 if (scaled > scaled_max)
301 scaled = scaled_max;
303 return (scaled & mask);
/external/pdfium/core/fxcrt/
H A Dfx_string.cpp199 int scaled = FXSYS_round(d); local
200 while (scaled < 100000) {
205 scaled = FXSYS_round(d * scale);
207 if (scaled == 0) {
215 int i = scaled / scale;
220 int fraction = scaled % scale;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp29 void ScalePath(const SkPath& path, SkScalar scale, SkPath* scaled) { argument
32 *scaled = path;
33 scaled->transform(matrix);
/external/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp42 static SkScalar from_font_units(SkScalar scaled, uint16_t emSize) { argument
44 return scaled;
46 return scaled * 1000 / emSize;
/external/skqp/src/pathops/
H A DSkPathOpsCommon.cpp29 void ScalePath(const SkPath& path, SkScalar scale, SkPath* scaled) { argument
32 *scaled = path;
33 scaled->transform(matrix);
/external/skqp/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp42 static SkScalar from_font_units(SkScalar scaled, uint16_t emSize) { argument
44 return scaled;
46 return scaled * 1000 / emSize;
/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_frame_scale_neon.c418 // 5. The physical location of the last row of the 4 to 3 scaled frame is
715 int scaled = 0; local
722 scaled = 1;
758 scaled = 0;
763 scaled = 1;
799 scaled = 0;
809 scaled = 1;
837 if (scaled) {
/external/mesa3d/src/amd/vulkan/
H A Dvk_format.h114 unsigned scaled:1; member in struct:vk_format_channel_description

Completed in 1204 milliseconds

123