HomeSort by relevance Sort by last modified time
    Searched refs:PProfile (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/raster/
ftraster.c 355 typedef TProfile* PProfile;
360 PProfile link; /* link to next profile (various purposes) */
372 PProfile next; /* next profile in same contour, used */
376 typedef PProfile TProfileList;
377 typedef PProfile* PProfileList;
438 PProfile left,
439 PProfile right );
511 PProfile cProfile; /* current profile */
512 PProfile fProfile; /* head of linked list of profiles */
513 PProfile gProfile; /* contour's first profile in case *
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 353 typedef TProfile* PProfile;
358 PProfile link; /* link to next profile (various purposes) */
370 PProfile next; /* next profile in same contour, used */
374 typedef PProfile TProfileList;
375 typedef PProfile* PProfileList;
436 PProfile left,
437 PProfile right );
503 PProfile cProfile; /* current profile */
504 PProfile fProfile; /* head of linked list of profiles */
505 PProfile gProfile; /* contour's first profile in case *
    [all...]

Completed in 458 milliseconds