Home
last modified time | relevance | path

Searched defs:scale (Results 251 - 275 of 1078) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/skia/tests/
H A DRecordDrawTest.cpp95 SkMatrix scale; in DEF_TEST() local
/third_party/skia/third_party/externals/dawn/examples/
H A DAnimometer.cpp42 float scale; variable
/third_party/optimized-routines/math/
H A Dexp.c35 double_t scale, y; in specialcase() local
85 double_t kd, z, r, r2, scale, tail, tmp; exp_inline() local
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.h75 FT_Fixed scale; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsblues.h125 CF2_Fixed scale; member
151 CF2_Fixed scale; member
/third_party/skia/tools/skdiff/
H A Dskdiff_html.cpp20 float scale = (float) retval / height; in compute_image_height() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_color_spec.cpp436 real64 scale = MaxEntry (fPCStoCamera * PCStoXYZ ()); in SetWhiteXY() local
/third_party/skia/modules/skottie/src/
H A DTransform.cpp180 scale = static_cast<SkV3>(fScale), in totalMatrix() local
/third_party/skia/gm/
H A Dpictureshader.cpp104 void drawSceneColumn(SkCanvas* canvas, const SkPoint& pos, SkScalar scale, SkScalar localScale, in drawSceneColumn() argument
[all...]
H A Dskbug_257.cpp88 const SkScalar scale = 1.00168f; in DEF_SIMPLE_GM() local
H A Dimagescalealigned.cpp52 SkVector scale; member
H A Dlocalmatrixshader.cpp126 SkMatrix scale = SkMatrix::Scale(1.f / 5.f, 1.f / 5.f); in DEF_SIMPLE_GM() local
[all...]
/third_party/skia/include/core/
H A DSkPoint.h359 void scale(SkScalar value) { this->scale(value, this); } in scale() function
[all...]
/third_party/skia/modules/particles/src/
H A DSkParticleDrawable.cpp61 float* scale = particles.fData[SkParticles::kScale].get(); in DrawAtlasArrays() local
32 make_rsxform(SkPoint ofs, float posX, float posY, float dirX, float dirY, float scale) make_rsxform() argument
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.h36 scale = { 100, 100, 100 }, member
51 scale = { 1, 1, 1 }, member
/third_party/skia/bench/
H A DSKPBench.cpp22 SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip, SkScalar scale, in SKPBench() argument
H A DPatchBench.cpp34 PatchBench(SkPoint scale, VertexMode vertexMode) in PatchBench() argument
161 SquarePatchBench(SkPoint scale, VertexMode vertexMode) in SquarePatchBench() argument
187 LODDiffPatchBench(SkPoint scale, VertexMode vertexMode) in LODDiffPatchBench() argument
213 LoopPatchBench(SkPoint scale, VertexMode vertexMode) in LoopPatchBench() argument
[all...]
H A DPathOpsBench.cpp87 SkScalar scale = 100; in makerects() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.hpp74 tcu::Vec4 scale; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Doperands.h337 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() argument
338 MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base), index_(index) in MemRef() argument
410 explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type) {} in Shift() argument
411 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dadjust_arefs.cpp177 auto scale = DataType::ShiftByType(inst->GetType(), GetGraph()->GetArch()); in ProcessChain() local
200 void AdjustRefs::InsertMem(Inst *org, Inst *base, Inst *index, uint8_t scale) in InsertMem() argument
245 auto scale = DataType::ShiftByType(mem->GetType(), GetGraph()->GetArch()); in ProcessIndex() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
H A Dbouncing_peas_unit.cpp36 SkoalaInitRedrawer([[maybe_unused]] ark::Method *m, [[maybe_unused]] int width, [[maybe_unused]] int height, [[maybe_unused]] float scale, [[maybe_unused]] long peer , [[maybe_unused]] long frame ) SkoalaInitRedrawer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.h280 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp223 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in AdjustSampleCount() local
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/
H A Drockchip_opp_select.h105 static inline int rockchip_adjust_power_scale(struct device *dev, int scale) in rockchip_adjust_power_scale() argument
95 rockchip_get_scale_volt_sel(struct device *dev, char *lkg_name, char *reg_name, int bin, int process, int *scale, int *volt_sel) rockchip_get_scale_volt_sel() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...44