Home
last modified time | relevance | path

Searched defs:scale (Results 1 - 25 of 1116) sorted by relevance

12345678910>>...45

/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.h31 Matrix &scale(double s) { return scale(s,s); } in scale() function in Matrix
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__expo2f.c10 float scale; in __expo2f() local
H A D__expo2.c10 double scale; in __expo2() local
/third_party/musl/src/complex/
H A Dcsqrt.c47 int scale; in csqrt() local
/third_party/musl/src/math/
H A D__expo2f.c10 float scale; in __expo2f() local
H A D__expo2.c10 double scale; in __expo2() local
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl74 sub scale() subroutine
[all...]
/third_party/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl74 sub scale() subroutine
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc_qns_template.c35 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) in try_8x8basis() argument
77 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) in add_8x8basis() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_viewport.c58 float *scale = st->state.viewport[i].scale; in st_update_viewport() local
/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp12 const Scale scale = GetScale(a); in PMColorToColor() local
57 uint32_t scale; in SkUnPreMultiply_BuildTable() local
H A DSkScaleToSides.h23 static void AdjustRadii(double limit, double scale, SkScalar* a, SkScalar* b) { in AdjustRadii() argument
[all...]
/third_party/skia/tests/
H A DScaleToSidesTest.cpp62 double scale = sk_ieee_double_divide(width, (double)radius1 + (double)radius2); in DEF_TEST() local
/third_party/skia/gm/
H A Dbitmaprecttest.cpp44 SkScalar scale = 0.472560018f; in DEF_SIMPLE_GM() local
H A Dbatchedconvexpaths.cpp42 float scale = 256 - i*24; variable
H A Dscaledstrokes.cpp51 SkScalar scale = 4.0f - j; variable
[all...]
/third_party/skia/docs/examples/
H A Dskcanvas_star.cpp6 const SkScalar scale = 256.0f; in REG_FIDDLE() local
H A DPaint_getFillPath.cpp17 SkMatrix scale = SkMatrix::Scale(300, 300); in REG_FIDDLE() local
/third_party/skia/samplecode/
H A DSampleFillType.cpp47 void showFour(SkCanvas* canvas, SkScalar scale, const SkPaint& paint) { in showFour() argument
62 const SkScalar scale variable
30 showPath(SkCanvas* canvas, int x, int y, SkPathFillType ft, SkScalar scale, const SkPaint& paint) showPath() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DDriveControl.h27 DriveControl(std::function<void(iter_type, iter_type)> function, double scale): in DriveControl() argument
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
H A DDistortionDescription.h41 double scale = pow(2.0, paramArr[0] / 10); in buildEffect() local
H A DGainDescription.h41 float scale = paramArr[0] / 10; in buildEffect() local
H A DOverdriveDescription.h46 double scale = pow(2.0, paramArr[0] / 10); in buildEffect() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/
H A DWhiteNoise.h21 WhiteNoise(int scale): kScale(scale) {} in WhiteNoise() argument
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dcordic.py6 scale = units/math.pi variable

Completed in 9 milliseconds

12345678910>>...45