Home
last modified time | relevance | path

Searched refs:cell_height (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dbraille.c211 cell_height = 4; in WriteBRAILLEImage() local
228 cell_height=3; in WriteBRAILLEImage()
237 cell_height=3; in WriteBRAILLEImage()
240 cell_height=3; in WriteBRAILLEImage()
287 for (y=0; y < (ssize_t) image->rows; y+=(ssize_t) cell_height) in WriteBRAILLEImage()
289 if ((y+cell_height) > image->rows) in WriteBRAILLEImage()
290 cell_height=(size_t) (image->rows-y); in WriteBRAILLEImage()
291 p=GetVirtualPixels(image,0,y,image->columns,cell_height,exception); in WriteBRAILLEImage()
306 if (cell_height > 1) in WriteBRAILLEImage()
311 if (cell_height > 2) in WriteBRAILLEImage()
[all …]
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc551 const float cell_height = height / static_cast<float>(rows); in DoDrawGrid() local
557 float y0 = y + cell_height * static_cast<float>(i); in DoDrawGrid()
559 float y1 = y + cell_height * static_cast<float>(i + 1); in DoDrawGrid()