Home
last modified time | relevance | path

Searched refs:heights (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A DSwizzlerTest.cpp71 // Test on the smallest possible height and representative heights in DEF_TEST()
72 const uint32_t heights[] = { 1, 5, 10 }; in DEF_TEST() local
79 for (uint32_t height : heights) { in DEF_TEST()
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp704 } heights; in generateFontMetrics() local
707 sizeof(heights), &heights); in generateFontMetrics()
708 if (bytesRead == sizeof(heights)) { in generateFontMetrics()
713 uint16_t xHeight = SkEndian_SwapBE16(heights.sxHeight); in generateFontMetrics()
717 uint16_t capHeight = SkEndian_SwapBE16(heights.sCapHeight); in generateFontMetrics()
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c2117 size_t *heights, in get_cv_pixel_info()
2166 heights[p] = (avctx->height + ((1 << shifth) >> 1)) >> shifth; in get_cv_pixel_info()
2173 frame->data[i] + strides[i] * heights[i] != frame->data[i + 1]) { in get_cv_pixel_info()
2178 *contiguous_buf_size += strides[i] * heights[i]; in get_cv_pixel_info()
2284 size_t heights[AV_NUM_DATA_POINTERS]; in create_cv_pixel_buffer() local
2302 memset(heights, 0, sizeof(heights)); in create_cv_pixel_buffer()
2311 heights, in create_cv_pixel_buffer()
2364 status = copy_avframe_to_pixel_buffer(avctx, frame, *cv_img, strides, heights); in create_cv_pixel_buffer()
2111 get_cv_pixel_info( AVCodecContext *avctx, const AVFrame *frame, int *color, int *plane_count, size_t *widths, size_t *heights, size_t *strides, size_t *contiguous_buf_size) get_cv_pixel_info() argument
H A Ddxva2_av1.c91 pp->tiles.heights[i] = frame_header->height_in_sbs_minus_1[i] + 1; in fill_picture_parameters()
/third_party/littlefs/scripts/
H A Dplot.py1077 heights = [m.floor(w*height_) for w in grid.yweights]
1097 while minheight > sum(heights[s.y:s.y+s.yspan]):
1098 heights[s.y+i] += 1
1102 height_ = sum(heights)
1150 subheight = sum(heights[s.y:s.y+s.yspan]) - sum(s.ymargin)
1226 y_ = len(heights)-1
1227 while subrow >= heights[y_]:
1228 subrow -= heights[y_]
1232 subrow = row - sum(heights[s.y+s.yspan:])
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dcell.js115 this.heights = tableOptions.rowHeights.slice(y, y + this.rowSpan);
117 this.height = this.heights.reduce(sumPlusOne, -1);
/third_party/skia/gm/
H A Dblurrect.cpp192 const int heights[] = {100, 100, 5, 25, 150, 25}; in DEF_SIMPLE_GM() local
205 int height = heights[i]; in DEF_SIMPLE_GM()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2654 * @param out_heights Calculated heights, array of FUNCTIONAL_TEST_N_LEVELS'th elements
3087 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareDstPxls() local
3091 calculateDimmensions(desc.m_target, desc.m_level, desc.m_width, desc.m_height, widths, heights, depths); in prepareDstPxls()
3096 const GLuint req_memory_per_layer = pixel_size * widths[i] * heights[i]; in prepareDstPxls()
3113 const GLuint n_pixels = widths[i] * heights[i]; in prepareDstPxls()
3147 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareSrcPxls() local
3151 calculateDimmensions(desc.m_target, desc.m_level, desc.m_width, desc.m_height, widths, heights, depths); in prepareSrcPxls()
3156 const GLuint req_memory_per_layer = pixel_size * widths[i] * heights[i]; in prepareSrcPxls()
3173 const GLuint req_memory_per_layer = line_size * heights[lvl]; in prepareSrcPxls()
3182 for (GLuint y = 0; y < heights[lv in prepareSrcPxls()
3397 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; prepareTexture() local
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex5236 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%

Completed in 23 milliseconds