#include <SkRuntimeEffect.h>
Definition at line 334 of file SkRuntimeEffect.h.
◆ operator=() [1/2]
Definition at line 354 of file SkRuntimeEffect.h.
354 {
359 } else {
360 float*
data = SkTAddOffset<float>(
fOwner->writableUniformData(),
365 }
366 return *this;
367 }
#define SkDEBUGFAIL(message)
SkScalar get(int index) const
std::shared_ptr< const fml::Mapping > data
◆ operator=() [2/2]
std::enable_if_t< std::is_trivially_copyable< T >::value, BuilderUniform & > SkRuntimeEffectBuilder::BuilderUniform::operator= |
( |
const T & |
val | ) |
|
|
inline |
Definition at line 341 of file SkRuntimeEffect.h.
342 {
347 } else {
349 &val, sizeof(val));
350 }
351 return *this;
352 }
◆ set()
bool SkRuntimeEffectBuilder::BuilderUniform::set |
( |
const T |
val[], |
|
|
const int |
count |
|
) |
| |
|
inline |
Definition at line 370 of file SkRuntimeEffect.h.
370 {
374 return false;
377 return false;
378 } else {
381 }
382 return true;
383 }
◆ fOwner
◆ fVar
The documentation for this struct was generated from the following file: