Lines Matching refs:header
113 for (int32_t i = 0; i < imageInfo->header.height; i++) {
114 DrawHorLine(0, i, imageInfo->header.width, OPA_TRANSPARENT, imageInfo);
126 DrawHorLine(0, i, imageInfo->header.width, OPA_TRANSPARENT, imageInfo);
151 DrawHorLine(index, y, imageInfo->header.width - index, OPA_TRANSPARENT, imageInfo);
154 for (int32_t i = y + 1; i < imageInfo->header.height; i++) {
155 DrawHorLine(0, i, imageInfo->header.width, OPA_TRANSPARENT, imageInfo);
161 if (x < 0 || x > imageInfo->header.width - 1 || y < 0 || y > imageInfo->header.height - 1) {
165 int32_t offset = imageInfo->header.width * y + x;
166 switch (imageInfo->header.colorMode) {