Home
last modified time | relevance | path

Searched defs:setAlpha (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DHyperbolicCosineWindow.h47 void setAlpha(double alpha) { in setAlpha() function
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dtexture_register.cpp58 void AceTextureLayer::setAlpha(int32_t alpha) in setAlpha() function in flutter::OHOS::AceTextureLayer
/third_party/flutter/skia/include/core/
DSkPaint.h284 void setAlpha(U8CPU a) { in setAlpha() function
/third_party/skia/include/core/
DSkPaint.h271 void setAlpha(U8CPU a) { in setAlpha() function
/third_party/vk-gl-cts/framework/common/
DtcuRGBA.hpp78 …void setAlpha (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0x… in setAlpha() function in tcu::RGBA