Lines Matching defs:height
41 int height,
44 for (int y = 0; y < height; ++y) {
62 const int height = glyph.height();
73 for (int y = 0; y < height; y++) {
79 memcpy(dst, src, dstRB * height);
87 expand_bits(bytes, bits, width, height, dstRB, srcRB);
92 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
111 for (int y = 0; y < height; y++) {
129 for (int y = 0; y < height; y++) {
159 const int height = skGlyph.height() + 2*padding;
161 size_t size = height * rowBytes;
178 height,
193 int width, int height, const void* image,
195 return this->getAtlas(format)->addToAtlas(resourceProvider, target, width, height, image,
319 atlasDimensions.width(), atlasDimensions.height(),
320 plotDimensions.width(), plotDimensions.height(),