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

  /external/freetype/src/raster/
rastpic.c 5 /* The FreeType position independent code services for raster module. */
34 if ( pic_container->raster )
36 RasterPIC* container = (RasterPIC*)pic_container->raster;
40 pic_container->raster = NULL;
56 if ( pic_container->raster )
58 ((RasterPIC*)pic_container->raster)->ref_count++;
66 pic_container->raster = container;
rastpic.h 5 /* The FreeType position independent code services for raster module. */
38 #define GET_PIC(lib) ((RasterPIC*)((lib)->pic_container.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...]
ftrend1.c 29 /* initialize renderer -- init its raster */
36 render->clazz->raster_class->raster_reset( render->raster,
50 /* we simply pass it to the raster */
51 return render->clazz->raster_class->raster_set_mode( render->raster,
216 error = render->raster_render( render->raster, &params );
  /external/freetype/include/freetype/internal/
ftpic.h 43 void* raster; member in struct:FT_PIC_Container_
fttrace.h 36 FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
ftobjs.h 668 FT_Raster raster; member in struct:FT_RendererRec_
    [all...]
  /external/freetype/include/freetype/
ftimage.h 5 /* FreeType glyph image formats and default raster interface */
22 /* Note: A `raster' is simply a scan-line converter, used to render */
255 /* A structure used to describe a bitmap or pixmap to the raster. */
    [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);
  /external/freetype/
Android.mk 26 src/raster/raster.c \
  /system/core/libpixelflinger/
raster.cpp 1 /* libs/pixelflinger/raster.cpp
22 #include "raster.h"
43 // raster pos should be processed just like glVertex
44 c->state.raster.x = x;
45 c->state.raster.y = y;
71 // copy to current raster position
72 GGLint xd = gglFixedToIntRound(c->state.raster.x);
73 GGLint yd = gglFixedToIntRound(c->state.raster.y);
Android.mk 39 raster.cpp \
  /external/freetype/src/smooth/
ftsmooth.c 30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
250 error = render->raster_render( render->raster, &params );
274 error = render->raster_render( render->raster, &params );
ftgrays.c 39 /* details on how the raster works. */
2014 PRaster raster = NULL; local
    [all...]
  /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);
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /system/core/include/private/pixelflinger/
ggl_context.h 491 raster_t raster; member in struct:android::state_t
  /frameworks/base/libs/rs/
rsContext.cpp 147 ObjectBaseRef<ProgramRaster> raster(mRaster);
154 mRaster.set(raster);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 108 import java.awt.image.Raster;
735 Raster raster = largeImage.getData(new java.awt.Rectangle(width, height));
736 int[] imageDataBuffer = ((DataBufferInt)raster.getDataBuffer()).getData();
    [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...]
  /external/freetype/src/base/
ftobjs.c     [all...]
ftoutln.c 618 error = renderer->raster_render( renderer->raster, params );
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests     [all...]

Completed in 1678 milliseconds