Searched refs:yBytes (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 330 unsigned int xBytes, yBytes; in remove_padding() local 331 xBytes = yBytes = 0; in remove_padding() 335 if (flag & FLAG_Y_SHORT) yBytes = 1; in remove_padding() 336 else if ((flag & FLAG_Y_SAME) == 0) yBytes = 2; in remove_padding() 338 coordBytes += (xBytes + yBytes) * repeat; in remove_padding()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 327 def flagEncodeCoords(flag, x, y, xBytes, yBytes): argument 329 flagEncodeCoord(flag, flagYsame|flagYShort, y, yBytes) 953 xBytes = yBytes = 0 959 yBytes = 1 961 yBytes = 2 962 coordBytes += (xBytes + yBytes) * repeat
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1698 jbyteArray xBytes, jbyteArray yBytes, in NativeCrypto_EC_GROUP_new_arbitrary() argument 1721 !arrayToBignum(env, yBytes, &y) || !arrayToBignum(env, orderBytes, &order) || in NativeCrypto_EC_GROUP_new_arbitrary() 2063 jbyteArray yBytes = bignumToArray(env, y.get(), "y"); in NativeCrypto_EC_POINT_get_affine_coordinates() local 2067 env->SetObjectArrayElement(joa, 1, yBytes); in NativeCrypto_EC_POINT_get_affine_coordinates()
|