Home
last modified time | relevance | path

Searched defs:scale (Results 426 - 450 of 1062) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/skia/tools/sk_app/
H A DWindow.h111 virtual bool onPinch(skui::InputState state, float scale, float x, float y) { return false; } in onPinch() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_matrix.cpp798 dng_matrix operator* (real64 scale, in operator *() argument
812 dng_vector operator* (real64 scale, in operator *() argument
H A Ddng_shared.cpp2017 const real64 scale = stream.TagValue_real64 (tagType); in Parse_ifd0() local
/third_party/pulseaudio/src/tests/
H A Dvolume-ui.py130 def scale(this, v): member in CVolume
/third_party/skia/gm/
H A Dcompressed_textures.cpp36 static SkPoint gen_pt(float angle, const SkVector& scale) { in gen_pt() argument
H A Dfilterfastbounds.cpp105 SkMatrix scale; in create_paints() local
H A Drasterhandleallocator.cpp30 void scale(float s) { fCanvas->scale(s, s); } in scale() function in GraphicsPort
H A Dstrokes.cpp185 static void line(SkScalar scale, SkCanvas* canvas, SkColor color) { in line() argument
[all...]
H A Dgradients_2pt_conical.cpp370 SkMatrix scale = SkMatrix::I(); variable
H A Ddrawatlas.cpp246 SkScalar scale = 1; in DEF_SIMPLE_GM() local
284 SkScalar scale = 1; in DEF_SIMPLE_GM() local
[all...]
H A Dfontmgr.cpp203 FontMgrBoundsGM(float scale, float skew) : fScaleX(scale) , fSkewX(skew) {} in FontMgrBoundsGM() argument
H A Dpatheffects.cpp69 static SkPath scale(const SkPath& path, SkScalar scale) { in scale() argument
H A Dtypeface.cpp44 SkScalar scale = font.getSize() / font.getTypefaceOrDefault()->getUnitsPerEm(); in applyKerning() local
H A Dtilemodes_scaled.cpp97 float scale = 32.f/kPOTSize; variable
[all...]
/third_party/skia/include/core/
H A DSkColorPriv.h140 static SK_ALWAYS_INLINE uint32_t SkAlphaMulQ(uint32_t c, unsigned scale) { in SkAlphaMulQ() argument
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp265 start(double now, bool looping, SkPoint position, SkVector heading, float scale, SkVector velocity, float spin, SkColor4f color, float frame, float seed) start() argument
/third_party/skia/modules/skottie/src/layers/
H A DPrecompLayer.cpp28 TimeRemapper(const skjson::ObjectValue& jtm, const AnimationBuilder* abuilder, float scale) in TimeRemapper() argument
/third_party/skia/modules/svg/include/
H A DSkSVGRenderContext.h153 SkV2 offset, scale; member
/third_party/skia/bench/
H A DGradientBench.cpp52 MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeLinear() argument
57 MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeRadial() argument
67 MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeSweep() argument
76 MakeConical(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConical() argument
89 MakeConicalZeroRad(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConicalZeroRad() argument
102 MakeConicalOutside(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConicalOutside() argument
116 MakeConicalOutsideZeroRad(const SkPoint pts[2], const GradData& data, SkTileMode tm, float scale) MakeConicalOutsideZeroRad() argument
242 MakeShader(GradType gradType, GradData data, SkTileMode tm, float scale) MakeShader() argument
[all...]
H A DMatrixBench.cpp160 SkPoint rotation1, scale, rotation2; variable
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp127 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
129 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local
H A Des3fFboTestUtil.hpp104 tcu::Vec4 scale; member
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
133 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp177 const float* const scale = &attr[6]; in verifyResultImage() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator_test.cpp527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() argument

Completed in 19 milliseconds

1...<<11121314151617181920>>...43