Home | History | Annotate | Download | only in core

Lines Matching refs:pod

1808 // The size of a flat paint's POD fields
1878 const uint32_t* pod = reinterpret_cast<const uint32_t*>(podData);
1881 this->setTextSize(read_scalar(pod));
1882 this->setTextScaleX(read_scalar(pod));
1883 this->setTextSkewX(read_scalar(pod));
1884 this->setStrokeWidth(read_scalar(pod));
1885 this->setStrokeMiter(read_scalar(pod));
1886 this->setColor(*pod++);
1890 uint32_t tmp = *pod++;
1906 tmp = *pod++;