Searched refs:fref (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc235 const gr_feature_ref *fref = gr_face_find_fref (grface, features->tag); local
236 if (fref)
237 gr_fref_set_feature_value (fref, features->value, feats);
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc235 const gr_feature_ref *fref = gr_face_find_fref (grface, features->tag); local
236 if (fref)
237 gr_fref_set_feature_value (fref, features->value, feats);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c228 double fref[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; local
235 read_vec(src_type, src + j*src_stride, fref + j*src_type.length);
239 write_vec(dst_type, ref + j*dst_stride, fref + j*dst_type.length);
272 fprintf(stderr, " %f", fref[j]);
H A Dlp_test_blend.c507 double fref[LP_MAX_VECTOR_LENGTH]; local
514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j);
516 write_vec(type, ref, fref);
582 double fref[4]; local
592 compute_blend_ref(blend, fsrc, fdst, fcon, fref);
595 write_elem(type, ref + j*stride, k, fref[j]);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c228 double fref[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; local
235 read_vec(src_type, src + j*src_stride, fref + j*src_type.length);
239 write_vec(dst_type, ref + j*dst_stride, fref + j*dst_type.length);
272 fprintf(stderr, " %f", fref[j]);
H A Dlp_test_blend.c507 double fref[LP_MAX_VECTOR_LENGTH]; local
514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j);
516 write_vec(type, ref, fref);
582 double fref[4]; local
592 compute_blend_ref(blend, fsrc, fdst, fcon, fref);
595 write_elem(type, ref + j*stride, k, fref[j]);

Completed in 346 milliseconds