Searched defs:GetScale (Results 1 - 7 of 7) sorted by relevance

/external/skia/include/core/
H A DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { function in class:SkUnPreMultiply
/external/skqp/include/core/
H A DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { function in class:SkUnPreMultiply
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_icon.cpp62 std::pair<float, float> CPWL_Icon::GetScale() { function in class:CPWL_Icon
120 std::tie(fHScale, fVScale) = GetScale();
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dtest_util.h138 float GetScale(int id) { return tensor_data_.at(id).scale; } function in class:tflite::SingleOpModel
/external/pdfium/core/fxcrt/
H A Dcfx_decimal.cpp406 uint8_t CFX_Decimal::GetScale() { function in class:CFX_Decimal
/external/webp/src/dsp/
H A Dalpha_processing.c128 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
134 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
149 const uint32_t scale = GetScale(alpha, inverse);
169 const uint32_t scale = GetScale(a, inverse);
/external/swiftshader/src/Renderer/
H A DBlitter.cpp984 bool Blitter::GetScale(float4 &scale, Format format) function in class:sw::Blitter
1099 else if(!GetScale(unscale, state.sourceFormat))
1104 if(!GetScale(scale, state.destFormat))

Completed in 208 milliseconds