Home
last modified time | relevance | path

Searched defs:at (Results 1 – 13 of 13) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Darray_view.h122 constexpr reference at(size_type aIndex) noexcept in at() function
128 constexpr const_reference at(size_type aIndex) const noexcept in at() function
/foundation/CastEngine/castengine_wifi_display/services/utils/
Dcircular_buffer.h129 T &at(size_t index) in at() function
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
D3d_dm_brdf_common.h115 float dGGXAnisotropic(float at, float ab, float NoH, float ToH, float BoH, float anisotropy) in dGGXAnisotropic()
143float at, float ab, float NoL, float NoV, float ToL, float ToV, float BoL, float BoV, float anisot… in vGGXAnisotropic()
174 const float at = max(alpha * (1.0 + anisotropy), CORE_BRDF_EPSILON); in microfacedSpecularBrdfAnisotropic() local
D3d_dm_lighting_common.h556 const float at = max(asv.alpha * (1.0 + asv.anisotropy), CORE3D_PBR_LIGHTING_EPSILON); in CalculateLight() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
Djpeg_encoder.cpp227 SkAlphaType at = SkAlphaType::kUnknown_SkAlphaType; in SequenceEncoder() local
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_provider.cpp808 SkAlphaType at = AlphaTypeToSkAlphaType(pixmap); local
820 RSAlphaType at = AlphaTypeToDrawingAlphaType(pixmap); local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dvector.h475 reference at(size_type index) in at() function
481 const_reference at(size_type index) const in at() function
Dstring_view.h244 constexpr typename basic_string_view<CharT>::const_reference basic_string_view<CharT>::at(size_type… in at() function
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_snoop_filter_acl.c714 char *at = "ATD"; in RfcommDataFilterUseHfp() local
726 char *at = filterAT[ii]; in RfcommDataFilterUseHfp() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
Dwebp_encoder.cpp768 ImageInfo WebpEncoder::MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpac… in MakeImageInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
Dwebp_encoder_test.cpp708 Media::AlphaType at = AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL; variable
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drosen_render_image.cpp1519 SkAlphaType at = AlphaTypeToSkAlphaType(pixmap); local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
Ddistributed_test_tools.cpp86 for (uint64_t at = 0; at < retVector.size(); at++) { in CompareEntriesVector() local