HomeSort by relevance Sort by last modified time
    Searched defs:raster (Results 1 - 11 of 11) sorted by null

  /external/freetype/include/freetype/internal/
ftpic.h 43 void* raster; member in struct:FT_PIC_Container_
ftobjs.h 668 FT_Raster raster; member in struct:FT_RendererRec_
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/graphics/
GraphicsUtilities.java 21 import java.awt.image.Raster;
89 Raster raster = img.getRaster(); local
90 return (int[]) raster.getDataElements(x, y, w, h, pixels);
  /sdk/ninepatch/src/com/android/ninepatch/
GraphicsUtilities.java 21 import java.awt.image.Raster;
95 Raster raster = img.getRaster(); local
96 return (int[]) raster.getDataElements(x, y, w, h, pixels);
  /cts/tools/host/src/com/android/cts/
HostUtils.java 24 import java.awt.image.Raster;
82 // TYPE_USHORT interface to the byte array. But Raster.createRaster at
95 Raster raster = Raster.createRaster(sampleModel, local
97 im.setData(raster);
  /external/freetype/src/smooth/
ftgrays.c 39 /* details on how the raster works. */
2014 PRaster raster = NULL; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 85 import java.awt.image.Raster;
765 Raster raster = awtImage.getData(new java.awt.Rectangle(width, height)); local
766 int[] imageDataBuffer = ((DataBufferInt)raster.getDataBuffer()).getData();
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 491 raster_t raster; member in struct:android::state_t
  /external/freetype/src/raster/
ftraster.c 25 /* - copy `src/raster/ftraster.c' (this file) to your current directory */
27 /* - copy `include/freetype/ftimage.h' and `src/raster/ftmisc.h' */
39 /* details on how the raster works. */
72 /* A simple technical note on how the raster works */
136 /* Of course, the raster detects whether the two stacks collide and */
3414 PRaster raster = NULL; local
    [all...]
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 165 milliseconds