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

/external/skia/include/core/
H A DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { function in class:SkUnPreMultiply
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Icon.cpp30 GetScale(fHScale, fVScale);
103 void CPWL_Image::GetScale(FX_FLOAT& fHScale, FX_FLOAT& fVScale) { function in class:CPWL_Image
155 void CPWL_Icon::GetScale(FX_FLOAT& fHScale, FX_FLOAT& fVScale) { function in class:CPWL_Icon
213 GetScale(fHScale, fVScale);
/external/webp/src/dsp/
H A Dalpha_processing.c125 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
131 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
146 const uint32_t scale = GetScale(alpha, inverse);
166 const uint32_t scale = GetScale(a, inverse);
/external/swiftshader/src/Renderer/
H A DBlitter.cpp920 bool Blitter::GetScale(float4& scale, Format format) function in class:sw::Blitter
1029 else if(!GetScale(unscale, state.sourceFormat))
1034 if(!GetScale(scale, state.destFormat))
/external/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp2711 int32_t scale = decimal.GetScale();
4544 uint8_t CFX_Decimal::GetScale() { function in class:CFX_Decimal

Completed in 593 milliseconds