Home
last modified time | relevance | path

Searched refs:PageBoundingBox (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dps.c220 #define PageBoundingBox "PageBoundingBox:" in ReadPSInfo() macro
492 if (CompareMagickByteBuffer(&buffer,PageBoundingBox,strlen(PageBoundingBox)) != MagickFalse) in ReadPSInfo()
495 count=(ssize_t) sscanf(p,PageBoundingBox " %lf %lf %lf %lf", in ReadPSInfo()