Home
last modified time | relevance | path

Searched refs:cb_height (Results 1 – 17 of 17) sorted by relevance

/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/layout/
H A Dpercentages.py51 cb_width, cb_height = containing_block
54 resolve_one_percentage(box, 'top', cb_height)
55 resolve_one_percentage(box, 'bottom', cb_height)
63 cb_height = containing_block.height
65 cb_width, cb_height = containing_block
67 maybe_height = cb_height
84 if cb_height == 'auto':
97 resolve_one_percentage(box, 'height', cb_height)
99 box, 'min_height', cb_height, main_flex_direction)
101 box, 'max_height', cb_height, main_flex_direction)
H A Dabsolute.py70 cb_x, cb_y, cb_width, cb_height = containing_block
141 cb_x, cb_y, cb_width, cb_height = containing_block
156 height_for_margins = cb_height - (
184 box.height = cb_height - bottom - top - spacing
193 cb_x, cb_y, cb_width, cb_height = containing_block
282 cb_height = cb.height
287 cb_height = cb.padding_height()
288 containing_block = cb_x, cb_y, cb_width, cb_height
290 resolve_percentages(box, (cb_width, cb_height))
312 cb_x, cb_y, cb_width, cb_height = containing_block
[all …]
H A Dfloat.py34 cb_width, cb_height = (containing_block.width, containing_block.height)
35 resolve_percentages(box, (cb_width, cb_height))
39 if cb_height == 'auto':
40 cb_height = (
43 resolve_position_percentages(box, (cb_width, cb_height))
64 table_wrapper_width(context, box, (cb_width, cb_height))
H A Dpages.py416 for at_keyword, cb_width, cb_height, position_x, position_y in [
423 box = make_box(at_keyword, (cb_width, cb_height))
429 context, box, cb_height, True, 'top' in at_keyword)
530 cb_width, cb_height = device_size
532 page_height(page, context, cb_height)
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/display/widgets/
H A Dwidgets.cpp61 static inline int cb_height() in cb_height() function
326 raster[0] = v.l + cb_height() + 4.0f; in ResizeChildren()
329 const int t = (int)((h-cb_height()) / 2.0f); in ResizeChildren()
330 vcb = Viewport(v.l,v.b+t,cb_height(),cb_height()); in ResizeChildren()
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DColorBar.c45 int cb_height, int starting_color);
400 int background_style, int cb_height, in OpacityCorrectCells() argument
478 if(cb_count > cb_height) in OpacityCorrectCells()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddiracdec.c602 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
603 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
614 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
615 bottom = (b->height * (cb_y+1)) / cb_height; in decode_subband_internal()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddiracdec.c602 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
603 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
614 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
615 bottom = (b->height * (cb_y+1)) / cb_height; in decode_subband_internal()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dgkrellm.h556 void (*cb_height)(); member
H A Dcpu.c744 cb_height(GkrellmChartconfig *cf, CpuMon *cpu) in cb_height() function
881 gkrellm_chartconfig_height_connect(cp->config, cb_height, cpu); in create_cpu()
H A Dchart.c2231 cf->cb_height = func;
2263 if (cf->cb_height && !cf->cb_block)
2264 (*cf->cb_height)(cf, cf->cb_height_data);
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddiracdec.c604 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
605 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
617 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
618 bottom = (b->height * (cb_y+1LL)) / cb_height; in decode_subband_internal()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddiracdec.c604 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
605 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
617 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
618 bottom = (b->height * (cb_y+1LL)) / cb_height; in decode_subband_internal()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddiracdec.c605 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
606 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
618 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
619 bottom = (b->height * (cb_y+1LL)) / cb_height; in decode_subband_internal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c607 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
608 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
620 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
621 bottom = (b->height * (cb_y+1LL)) / cb_height; in decode_subband_internal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c603 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
604 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
616 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
617 bottom = (b->height * (cb_y+1LL)) / cb_height; in decode_subband_internal()
/dports/lang/rexx-regina/regina-rexx-3.9.3/trip/
H A Dqocca.rexx1886 height = 590 /* text_height + cb_height + 80 */
2050 height = 480 /* text_height + cb_height + 80 */
3478 height = 320 /* text_height + cb_height + 80 */
3886 height = 320 /* text_height + cb_height + 80 */
4332 height = 200 /* text_height + cb_height + 80 */
4778 height = 200 /* text_height + cb_height + 80 */
5207 height = 250 /* text_height + cb_height + 80 */
5419 height = 200 /* text_height + cb_height + 80 */
5646 height = 200 /* text_height + cb_height + 80 */
13260 cb_height = 0
[all …]