Lines Matching refs:pod
1795 // The size of a flat paint's POD fields
1859 const uint32_t* pod = reinterpret_cast<const uint32_t*>(podData);
1862 this->setTextSize(read_scalar(pod));
1863 this->setTextScaleX(read_scalar(pod));
1864 this->setTextSkewX(read_scalar(pod));
1865 this->setStrokeWidth(read_scalar(pod));
1866 this->setStrokeMiter(read_scalar(pod));
1867 this->setColor(*pod++);
1871 uint32_t tmp = *pod++;
1887 tmp = *pod++;