Home
last modified time | relevance | path

Searched refs:ppcv (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSettingsBase.cs131 SettingsPropertyValueCollection ppcv = new SettingsPropertyValueCollection(); in SaveCore()
136 ppcv.Add(pp); in SaveCore()
139 if (ppcv.Count > 0) in SaveCore()
141 prov.SetPropertyValues(Context, ppcv); in SaveCore()
166 SettingsPropertyValueCollection ppcv = provider.GetPropertyValues(Context, ppc); in GetPropertiesFromProvider()
167 foreach (SettingsPropertyValue p in ppcv) in GetPropertiesFromProvider()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DSettingsBase.cs120 SettingsPropertyValueCollection ppcv = new SettingsPropertyValueCollection(); in SaveCore()
124 ppcv.Add(pp); in SaveCore()
127 if (ppcv.Count > 0) { in SaveCore()
128 prov.SetPropertyValues(Context, ppcv); in SaveCore()
153 SettingsPropertyValueCollection ppcv = provider.GetPropertyValues(Context, ppc); in GetPropertiesFromProvider()
154 foreach (SettingsPropertyValue p in ppcv) in GetPropertiesFromProvider()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgximag3x.c120 const image3x_channel_values_t *ppcv,
370 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
419 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
420 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
421 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
422 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
425 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
426 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
427 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
429 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgximag3x.c120 const image3x_channel_values_t *ppcv,
370 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
419 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
420 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
421 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
422 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
425 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
426 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
427 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
429 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgximag3x.c127 const image3x_channel_values_t *ppcv,
378 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
427 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
428 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
429 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
430 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
433 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
434 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
435 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
437 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgximag3x.c127 const image3x_channel_values_t *ppcv,
378 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
427 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
428 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
429 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
430 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
433 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
434 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
435 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
437 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgximag3x.c123 const image3x_channel_values_t *ppcv,
392 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
441 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
442 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
443 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
444 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
447 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
448 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
449 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
451 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgximag3x.c122 const image3x_channel_values_t *ppcv,
378 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
427 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
428 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
429 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
430 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
433 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
434 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
435 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
437 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgximag3x.c122 const image3x_channel_values_t *ppcv,
378 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
427 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
428 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
429 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
430 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
433 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
434 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
435 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
437 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgximag3x.c123 const image3x_channel_values_t *ppcv,
392 const image3x_channel_values_t *ppcv, in check_image3x_mask() argument
441 if (fabs(ppcv->matrix.tx - pmcv->matrix.tx) >= 0.5 || in check_image3x_mask()
442 fabs(ppcv->matrix.ty - pmcv->matrix.ty) >= 0.5 || in check_image3x_mask()
443 fabs(ppcv->corner.x - pmcv->corner.x) >= 0.5 || in check_image3x_mask()
444 fabs(ppcv->corner.y - pmcv->corner.y) >= 0.5 in check_image3x_mask()
447 pmcv->rect.p.x = ppcv->rect.p.x * mask_width / pim->Width; in check_image3x_mask()
448 pmcv->rect.p.y = ppcv->rect.p.y * mask_height / pim->Height; in check_image3x_mask()
449 pmcv->rect.q.x = (ppcv->rect.q.x * mask_width + pim->Width - 1) / in check_image3x_mask()
451 pmcv->rect.q.y = (ppcv->rect.q.y * mask_height + pim->Height - 1) / in check_image3x_mask()
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml119685 暗渠 ppcv'