| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_debug_norm.c | 199 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local in function:test_norm_function 272 ref2->data = r2; 273 ref2->start = (GLfloat *) r2; 274 ref2->count = TEST_COUNT; 275 ref2->stride = sizeof(float[4]); 276 ref2->flags = 0; 282 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_debug_norm.c | 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local in function:test_norm_function 271 ref2->data = r2; 272 ref2->start = (GLfloat *) r2; 273 ref2->count = TEST_COUNT; 274 ref2->stride = sizeof(float[4]); 275 ref2->flags = 0; 281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video_vp.c | 486 struct nv84_video_buffer *ref2 = (struct nv84_video_buffer *)desc->ref[1]; local in function:nv84_decoder_vp_mpeg12 502 if (!ref2) 503 ref2 = dest; 505 bo_refs[2].bo = ref2->interlaced; 537 PUSH_DATA (push, ref2->interlaced->offset >> 8);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video_vp.c | 486 struct nv84_video_buffer *ref2 = (struct nv84_video_buffer *)desc->ref[1]; local in function:nv84_decoder_vp_mpeg12 502 if (!ref2) 503 ref2 = dest; 505 bo_refs[2].bo = ref2->interlaced; 537 PUSH_DATA (push, ref2->interlaced->offset >> 8);
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftmac.c | 201 FSRef ref2; local in function:FT_GetFileRef_From_Mac_ATS_Name 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afhints.c | 1493 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */ 1503 AF_Point ref2 ) 1512 if ( ref1->v > ref2->v ) 1515 ref1 = ref2; 1516 ref2 = p; 1520 v2 = ref2->v; 1522 u2 = ref2->u; 1500 af_iup_interp(AF_Point p1,AF_Point p2,AF_Point ref1,AF_Point ref2) argument
|
| /xsrc/external/mit/freetype/dist/builds/mac/ |
| H A D | ftmac.c | 337 FSRef ref2; local in function:FT_GetFileRef_From_Mac_ATS_Name 342 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 344 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttgxvar.c | 3557 /* between `p1' and `p2', using `ref1' and `ref2' as the reference */ 3566 int ref2, 3585 if ( in_points[ref1].x > in_points[ref2].x ) 3588 ref1 = ref2; 3589 ref2 = p; 3593 in2 = in_points[ref2].x; 3595 out2 = out_points[ref2].x; 3563 tt_delta_interpolate(int p1,int p2,int ref1,int ref2,FT_Vector * in_points,FT_Vector * out_points) argument
|
| H A D | ttinterp.c | 6884 FT_UInt ref2 ) 6894 BOUNDS( ref2, worker->max_points ) ) 6898 orus2 = worker->orus[ref2].x; 6911 ref1 = ref2; 6912 ref2 = tmp_r; 6916 org2 = worker->orgs[ref2].x; 6918 cur2 = worker->curs[ref2].x; 6880 _iup_worker_interpolate(IUP_Worker worker,FT_UInt p1,FT_UInt p2,FT_UInt ref1,FT_UInt ref2) argument
|