Definition at line 3348 of file SkRasterPipelineTest.cpp.
◆ Behavior
Enumerator |
---|
kGrowth | |
kBaseline | |
kUnknown | |
Definition at line 3357 of file SkRasterPipelineTest.cpp.
3357 {
3358 kGrowth,
3361 };
@ kBaseline
Match the baseline of the placeholder with the baseline.
◆ StackCheckerCtx()
StackCheckerCtx::StackCheckerCtx |
( |
| ) |
|
|
inline |
Definition at line 3350 of file SkRasterPipelineTest.cpp.
3350 {
3353 ctx->fStackAddrs.push_back(&active_pixels);
3354 };
3355 }
void(* fn)(SkRasterPipeline_CallbackCtx *self, int active_pixels)
◆ expectBaseline()
◆ expectGrowth()
◆ GrowthBehavior()
static Behavior StackCheckerCtx::GrowthBehavior |
( |
| ) |
|
|
inlinestatic |
◆ validate()
Definition at line 3381 of file SkRasterPipelineTest.cpp.
3381 {
3383
3384
3385
3386
3387
3388
3389#if !defined(SK_SANITIZE_ADDRESS)
3390 void* baseline = fStackAddrs[0];
3391 for (
size_t i = 1;
i < fStackAddrs.size();
i++) {
3396 } else {
3397
3398 }
3399 }
3400#endif
3401 }
#define REPORTER_ASSERT(r, cond,...)
The documentation for this class was generated from the following file: