Home | History | Annotate | Download | only in api

Lines Matching refs:pixel

59 <p>AcquireAuthenticCacheView() acquires an authentic view into the pixel cache. It always succeeds but may return a warning or informational exception.</p>
86 <p>AcquireVirtualCacheView() acquires a virtual view into the pixel cache, using the VirtualPixelMethod that is defined within the given image itself. It always succeeds but may return a warning or informational exception.</p>
157 <p>GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
345 <p>GetCacheViewVirtualPixels() gets virtual pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
377 <p>GetOneCacheViewAuthenticPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs.</p>
384 Quantum *pixel,ExceptionInfo *exception)
399 <dd> These values define the offset of the pixel. </dd>
402 <dt>pixel</dt>
403 <dd>return a pixel at the specified (x,y) location. </dd>
413 <p>GetOneCacheViewVirtualPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
420 Quantum *pixel,ExceptionInfo *exception)
435 <dd> These values define the offset of the pixel. </dd>
438 <dt>pixel</dt>
439 <dd>return a pixel at the specified (x,y) location. </dd>
449 <p>GetOneCacheViewVirtualPixelInfo() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
456 PixelInfo *pixel,ExceptionInfo *exception)
471 <dd> These values define the offset of the pixel. </dd>
474 <dt>pixel</dt>
475 <dd>return a pixel at the specified (x,y) location. </dd>
485 <p>GetOneCacheViewVirtualMethodPixel() returns a single virtual pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
493 const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
508 <dd>the virtual pixel method. </dd>
512 <dd> These values define the offset of the pixel. </dd>
515 <dt>pixel</dt>
516 <dd>return a pixel at the specified (x,y) location. </dd>
526 <p>QueueCacheViewAuthenticPixels() queues authentic pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
589 <p>SetCacheViewVirtualPixelMethod() sets the virtual pixel method associated with the specified cache view.</p>
610 <dd>the virtual pixel method. </dd>
616 <p>SyncCacheViewAuthenticPixels() saves the cache view pixels to the in-memory or disk cache. It returns MagickTrue if the pixel region is flushed, otherwise MagickFalse.</p>