Searched refs:cf (Results 1 - 4 of 4) sorted by last modified time

/system/core/libmincrypt/tools/
H A DDumpPublicKey.java137 CertificateFactory cf = CertificateFactory.getInstance("X.509");
138 Certificate cert = cf.generateCertificate(input);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp682 int cf = scratches.obtain(); local
683 LDRH(AL, cf, parts.covPtr.reg, immed8_post(2));
686 SMULWB(AL, fragment.reg, incoming.reg, cf);
689 SMULWB(AL, fragment.reg, fragment.reg, cf);
/system/core/libpixelflinger/
H A Dscanline.cpp835 int16_t cf = *covPtr++; local
836 fragment.c[0] = (int64_t(fragment.c[0]) * cf) >> 15;
H A Dtrap.cpp1071 int cf = gglMulx((dx >> 1) + (l_min_i + FIXED_ONE - l_max), dy, local
1073 ADD_COVERAGE(coverage, cf);
1074 // all pixels on the right have cf = 1.0
1090 int32_t cf = (dx * dx * y_incr) >> cf_shift; local
1091 ADD_COVERAGE(coverage, cf);
1094 // to fix-up the cf to account for previous partial pixel
1096 cf -= (dx * dx * y_incr) >> cf_shift;
1098 cf += y_incr >> (TRI_ITERATORS_BITS-15);
1099 ADD_COVERAGE(coverage, cf);
1104 cf
1110 int cf = ((y - yt) << (15 - TRI_FRACTION_BITS)); local
1124 int cf = gglMulx((dx >> 1) + (r_min_i + FIXED_ONE - r_max), dy, local
1132 int32_t cf = (dx * dx * y_incr) >> cf_shift; local
[all...]

Completed in 246 milliseconds