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

1 2 3 4

  /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))
raster.c 3 /* raster.c */
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 );
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...]
  /external/freetype/include/freetype/
ftchapters.h 95 /* raster */
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...]
ftmoderr.h 119 FT_MODERRDEF( Raster, 0xE00, "raster module" )
121 FT_MODERRDEF( Smooth, 0x1000, "smooth raster module" )
fterrdef.h 131 /* raster errors */
134 "raster uninitialized" )
136 "raster corrupted" )
138 "raster overflow" )
ftrender.h 142 /* This is a pointer to its raster's class. */
  /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/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) */
  /system/core/libpixelflinger/
raster.h 1 /* libs/pixelflinger/raster.h
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/
Android.mk 26 src/raster/raster.c \
  /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);
  /development/ide/xcode/freetype2.xcodeproj/
project.pbxproj 37 003A0F8D0E0BE80000136848 /* raster.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F8C0E0BE80000136848 /* raster.c */; };
77 003A0F8C0E0BE80000136848 /* raster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = raster.c; path = "../../extlibs/freetype-2.3.6/src/raster/raster.c"; sourceTree = SOURCE_ROOT; };
105 FE33C990094E105100C4A640 /* raster */,
178 FE33C990094E105100C4A640 /* raster */ = {
181 003A0F8C0E0BE80000136848 /* raster.c */,
183 name = raster;
    [all...]
  /external/skia/xcode/freetype2.xcodeproj/
project.pbxproj 37 00B7DEFE0EDCA47900F77EA2 /* raster.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DEFD0EDCA47900F77EA2 /* raster.c */; };
77 00B7DEFD0EDCA47900F77EA2 /* raster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = raster.c; path = ../../freetype/src/raster/raster.c; sourceTree = SOURCE_ROOT; };
105 FE33C990094E105100C4A640 /* raster */,
178 FE33C990094E105100C4A640 /* raster */ = {
181 00B7DEFD0EDCA47900F77EA2 /* raster.c */,
183 name = raster;
    [all...]
  /external/libpng/
png.5 6 lossless, portable, well-compressed storage of raster images. PNG provides
  /external/webkit/WebCore/manual-tests/plugins/
windowed.html 96 <input type="checkbox" name="paintSystemsCheckBox"> Verify if flash is displayed with graphicssystems - raster, opengl <br/>

Completed in 180 milliseconds

1 2 3 4