Home
last modified time | relevance | path

Searched refs:txform (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java298 AffineTransform txform = sg2d.transform; in fillRectangle() local
299 dx1 = txform.getScaleX(); in fillRectangle()
300 dy1 = txform.getShearY(); in fillRectangle()
301 dx2 = txform.getShearX(); in fillRectangle()
302 dy2 = txform.getScaleY(); in fillRectangle()
303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); in fillRectangle()
334 AffineTransform txform = sg2d.transform; in drawRectangle() local
335 dx1 = txform.getScaleX(); in drawRectangle()
336 dy1 = txform.getShearY(); in drawRectangle()
337 dx2 = txform.getShearX(); in drawRectangle()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/opencrypto/
H A Dcryptodev.c439 if (cse->txform) { in cryptodev_op()
496 if (cse->txform && crda) in cryptodev_op()
499 if (cse->txform) { in cryptodev_op()
1034 cse->txform = txform; in csecreate()
1156 if (cse->txform) { in cryptodev_mop()
1206 if (cse->txform) { in cryptodev_mop()
1537 txform = &enc_xform_des; in cryptodev_session()
1543 txform = &enc_xform_blf; in cryptodev_session()
1662 if (txform) { in cryptodev_session()
1669 if (txform) { in cryptodev_session()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dxform_esp.c183 const struct enc_xform *txform; in esp_init() local
188 txform = esp_algorithm_lookup(sav->alg_enc); in esp_init()
189 if (txform == NULL) { in esp_init()
196 txform->name)); in esp_init()
204 if (txform->minkey > keylen || keylen > txform->maxkey) { in esp_init()
207 keylen, txform->minkey, txform->maxkey, in esp_init()
208 txform->name)); in esp_init()
212 sav->ivlen = txform->ivsize; in esp_init()
225 sav->tdb_encalgxform = txform; in esp_init()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp1465 LFormattedTextRef txform; in renderCells() local
1578 LFormattedTextRef txform; in renderCells() local
2541 if ( txform ) { in renderListItemMarker()
2841 txform->setStrut(line_h, fb + f_half_leading); in renderFinalBlock()
3032 txform->setStrut(0, 0); in renderFinalBlock()
4096 LFormattedTextRef txform; in renderBlockElementLegacy() local
4437 int count = txform->GetLineCount(); in renderBlockElementLegacy()
4510 int count = txform->GetLineCount(); in renderBlockElementLegacy()
6960 LFormattedTextRef txform; in renderBlockElementEnhanced() local
7660 int count = txform->GetLineCount(); in renderBlockElementEnhanced()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
H A DGraphicsPrimitiveMgr.h550 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c535 Transform_GetInfo(JNIEnv *env, jobject txform, TransformInfo *pTxInfo) in Transform_GetInfo() argument
537 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID); in Transform_GetInfo()
538 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID); in Transform_GetInfo()
539 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID); in Transform_GetInfo()
540 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID); in Transform_GetInfo()
541 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID); in Transform_GetInfo()
542 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID); in Transform_GetInfo()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvrend.h128 void renderFinalBlock( ldomNode * node, LFormattedText * txform, RenderRectAccessor * fmt, lUInt32 …

12