/third_party/skia/third_party/externals/libpng/ |
H A D | pngset.c | 329 /* TODO: validate format of calibration name and unit name */ in png_set_pCAL() 431 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s() 440 /* Double check the unit (should never get here with an invalid in png_set_sCAL_s() 441 * unit unless this is an API call.) in png_set_sCAL_s() 443 if (unit != 1 && unit != 2) in png_set_sCAL_s() 444 png_error(png_ptr, "Invalid sCAL unit"); in png_set_sCAL_s() 454 info_ptr->scal_unit = (png_byte)unit; in png_set_sCAL_s() 458 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthw); in png_set_sCAL_s() 474 png_debug1(3, "allocating unit fo in png_set_sCAL_s() 430 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) png_set_sCAL_s() argument 497 png_set_sCAL(png_const_structrp png_ptr, png_inforp info_ptr, int unit, double width, double height) png_set_sCAL() argument 527 png_set_sCAL_fixed(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_fixed_point width, png_fixed_point height) png_set_sCAL_fixed() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.cpp | 59 auto unit = DimensionUnit::VP; in ParseLengthMetrics() local 60 auto unitObj = obj->GetProperty("unit"); in ParseLengthMetrics() 62 unit = static_cast<DimensionUnit>(unitObj->ToNumber<int32_t>()); in ParseLengthMetrics() 64 CalcDimension size = CalcDimension(value, unit); in ParseLengthMetrics() 65 if (withoutPercent && unit == DimensionUnit::PERCENT) { in ParseLengthMetrics() 1272 auto unit = DimensionUnit::VP; in ParseJsTextIndent() local 1273 auto textIndentUnit = textIndentObj->GetProperty("unit"); in ParseJsTextIndent() 1275 unit = static_cast<DimensionUnit>(textIndentUnit->ToNumber<int32_t>()); in ParseJsTextIndent() 1277 if (value >= 0 && unit != DimensionUnit::PERCENT) { in ParseJsTextIndent() 1278 size = CalcDimension(value, unit); in ParseJsTextIndent() 1362 auto unit = DimensionUnit::VP; ParseJsLeadingMargin() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_overlay.c | 1068 { "init", "eval expressions once during initialization", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_INIT}, .flags = FLAGS, .unit = "eval" }, 1069 { "frame", "eval expressions per-frame", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_FRAME}, .flags = FLAGS, .unit = "eval" }, 1072 { "yuv420", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV420}, .flags = FLAGS, .unit = "format" }, 1073 { "yuv420p10", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV420P10}, .flags = FLAGS, .unit = "format" }, 1074 { "yuv422", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV422}, .flags = FLAGS, .unit = "format" }, 1075 { "yuv422p10", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV422P10}, .flags = FLAGS, .unit = "format" }, 1076 { "yuv444", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV444}, .flags = FLAGS, .unit = "format" }, 1077 { "rgb", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_RGB}, .flags = FLAGS, .unit = "format" }, 1078 { "gbrp", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_GBRP}, .flags = FLAGS, .unit = "format" }, 1079 { "auto", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_AUTO}, .flags = FLAGS, .unit [all...] |
/third_party/backends/backend/ |
H A D | plustek_pp.c | 649 s->opt[OPT_NUM_OPTS].unit = SANE_UNIT_NONE; in init_options() 703 s->opt[OPT_BRIGHTNESS].unit = SANE_UNIT_PERCENT; in init_options() 713 s->opt[OPT_CONTRAST].unit = SANE_UNIT_PERCENT; in init_options() 723 s->opt[OPT_RESOLUTION].unit = SANE_UNIT_DPI; in init_options() 755 s->opt[OPT_TL_X].unit = SANE_UNIT_MM; in init_options() 765 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 775 s->opt[OPT_BR_X].unit = SANE_UNIT_MM; in init_options() 785 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options() 804 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options() 815 s->opt[OPT_GAMMA_VECTOR_R].unit in init_options() [all...] |
H A D | u12.c | 464 s->opt[OPT_NUM_OPTS].unit = SANE_UNIT_NONE; in init_options() 502 s->opt[OPT_BRIGHTNESS].unit = SANE_UNIT_PERCENT; in init_options() 512 s->opt[OPT_CONTRAST].unit = SANE_UNIT_PERCENT; in init_options() 522 s->opt[OPT_RESOLUTION].unit = SANE_UNIT_DPI; in init_options() 554 s->opt[OPT_TL_X].unit = SANE_UNIT_MM; in init_options() 564 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 574 s->opt[OPT_BR_X].unit = SANE_UNIT_MM; in init_options() 584 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options() 603 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options() 614 s->opt[OPT_GAMMA_VECTOR_R].unit in init_options() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_texttimer_ffi.h | 51 CJ_EXPORT void FfiOHOSAceFrameworkTextTimerSetFontSize(double fontSize, int32_t unit);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | image_span_view.h | 35 static float GetBaselineOffset(FrameNode* frameNode, int32_t unit);
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_dev_enet.h | 102 int __init bcm63xx_enet_register(int unit,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | imc-pmu.h | 55 char *unit; member
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.h | 77 int unit,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_dev_enet.h | 102 int __init bcm63xx_enet_register(int unit,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | imc-pmu.h | 55 char *unit; member
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_user.h | 75 int unit,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | priv.h | 14 u32 unit; member
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | digi00x-proc.c | 16 err = snd_fw_transaction(dg00x->unit, TCODE_READ_QUADLET_REQUEST, in get_optical_iface_mode()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | uvcvideo.h | 62 __u8 unit; member
|
/kernel/linux/linux-5.10/include/uapi/rdma/hfi/ |
H A D | hfi1_ioctl.h | 85 __u16 unit; /* unit (chip) assigned to caller */ member 86 __u16 ctxt; /* ctxt on unit assigned to caller */ 87 __u16 subctxt; /* subctxt on unit assigned to caller */
|
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
H A D | img-ir-jvc.c | 57 .unit = 527500, /* 527.5 us */
|
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-jvc.c | 57 .unit = 527500, /* 527.5 us */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | uvcvideo.h | 64 __u8 unit; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/hfi/ |
H A D | hfi1_ioctl.h | 85 __u16 unit; /* unit (chip) assigned to caller */ member 86 __u16 ctxt; /* ctxt on unit assigned to caller */ 87 __u16 subctxt; /* subctxt on unit assigned to caller */
|
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_pm.h | 200 * @unit: Power management units 205 bool ipc_pm_trigger(struct iosm_pm *ipc_pm, enum ipc_pm_unit unit, bool active);
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | mmcr1_sel_unit_cache_test.c | 20 * fields : pmcxsel, unit, cache. 59 * Verify that pmcxsel, unit and cache field of MMCR1 in mmcr1_sel_unit_cache() 64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, unit) != in mmcr1_sel_unit_cache()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | uvcvideo.h | 57 __u8 unit; member
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | digi00x-proc.c | 16 err = snd_fw_transaction(dg00x->unit, TCODE_READ_QUADLET_REQUEST, in get_optical_iface_mode()
|