Home
last modified time | relevance | path

Searched refs:fixedY (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DBinaryFunction.java110 public ComposableFunction fix2ndArgument(final double fixedY) {
115 return BinaryFunction.this.value(x, fixedY);
/external/skia/src/core/
DSkBitmapProcState_matrix.h60 const SkFixed fy = mapper.fixedY(); in SCALE_FILTER_NAME()
97 SkFixed fy = mapper.fixedY(); in AFFINE_FILTER_NAME()
DSkBitmapProcState_shaderproc.h35 SkFixed fy = mapper.fixedY(); in SCALE_FILTER_NAME()
DSkBitmapProcState_matrix_template.h27 *xy++ = TileProc::Y(s, mapper.fixedY(), maxY); in NoFilterProc_Scale()
DSkBitmapProcState.h252 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); } in fixedY() function
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h41 *xy++ = TILEY_PROCF(mapper.fixedY(), maxY); in SCALE_NOFILTER_NAME()
252 const SkFixed fy = mapper.fixedY(); in SCALE_FILTER_NAME()
314 SkFixed fy = mapper.fixedY(); in AFFINE_FILTER_NAME()
DSkBitmapProcState_opts_SSE2.cpp258 const SkFixed fy = mapper.fixedY(); in ClampX_ClampY_filter_scale_SSE2()
490 SkFixed fy = mapper.fixedY(); in ClampX_ClampY_filter_affine_SSE2()
561 SkFixed fy = mapper.fixedY(); in ClampX_ClampY_nofilter_affine_SSE2()