Searched refs:mBppPoints (Results 1 – 2 of 2) sorted by relevance
242 if (mBppPoints == nullptr) { in bppPoint()244 mBppPoints = point; in bppPoint()245 } else if (point->pixels < mBppPoints->pixels) { in bppPoint()247 point->next = mBppPoints; in bppPoint()248 mBppPoints = point; in bppPoint()250 struct bpp_point *after = mBppPoints; in bppPoint()277 if (mBppPoints) { in getBpp()278 struct bpp_point *point = mBppPoints; in getBpp()
123 struct bpp_point *mBppPoints = nullptr; variable