HomeSort by relevance Sort by last modified time
    Searched full:raster (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /external/freetype/src/smooth/
ftgrays.c 39 /* details on how the raster works. */
1978 PRaster raster = NULL; local
    [all...]
  /external/freetype/include/freetype/internal/
fttrace.h 36 FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
  /frameworks/base/libs/rs/
rsProgramRaster.h 70 // Cache of all existing raster programs.
rsSampler.h 90 // Cache of all existing raster programs.
  /system/core/libpixelflinger/
Android.mk 28 raster.cpp \
  /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 */
3450 PRaster raster = NULL; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 281 * Creates the image with a given model, raster and SWT {@link ImageData}
283 * @param raster the image raster
299 WritableRaster raster = getRaster(); local
300 int[] imageDataBuffer = ((DataBufferInt) raster.getDataBuffer()).getData();
  /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/libpng/
png.5 6 lossless, portable, well-compressed storage of raster images. PNG provides
  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 62 // Sun Raster Reader
grfmt_sunras.cpp 47 // Sun Raster filter factory
53 m_description = "Sun raster files (*.sr;*.ras)";
74 /************************ Sun Raster reader *****************************/
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseRenderer.h 75 enum RendererType { Raster, Ganesh };
BaseRenderer.cpp 61 BaseRenderer::RendererType BaseRenderer::g_currentType = BaseRenderer::Raster;
65 if (g_currentType == Raster)
RasterRenderer.cpp 68 RasterRenderer::RasterRenderer() : BaseRenderer(BaseRenderer::Raster)
  /frameworks/base/graphics/java/android/renderscript/
ProgramRaster.java 24 * Program raster is primarily used to specify whether point sprites are enabled and to control
  /external/opencv/cvaux/src/
_cvvm.h 82 CvStatus icvMorphEpilines8uC3( uchar* first_pix, /* raster epiline from the first image */
83 uchar* second_pix, /* raster epiline from the second image */
84 uchar* dst_pix, /* raster epiline from the destination image */
  /external/freetype/include/freetype/
ftrender.h 142 /* This is a pointer to its raster's class. */
  /external/webkit/Source/WebCore/manual-tests/plugins/
windowed.html 96 <input type="checkbox" name="paintSystemsCheckBox"> Verify if flash is displayed with graphicssystems - raster, opengl <br/>
windowless.html 97 <input type="checkbox" name="paintSystemsCheckBox"> Verify if flash is displayed with graphicssystems - raster, opengl <br/>
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/
webkit 103 image/x-cmu-raster
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 33 * indicates the raster-scan position of the coefficient, while the
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 163 IH264_RASTER_SCAN_SLICE_GRP = 4 /* 4 : Raster Scan*/
169 IH264_RASTER_SCAN = 0 , /* 0 : Raster scan order*/
170 IH264_REVERSE_RASTER_SCAN /* 1 : Reverse Raster Scan Order*/
284 raster scan order of slice group macroblock units.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 29 * XWDFile.h MIT Project Athena, X Window system window raster
  /sdk/assetstudio/src/com/android/assetstudiolib/
Util.java 31 import java.awt.image.Raster;
211 Raster raster = source.getRaster(); local
218 raster.getPixel(x, y, pixel);
  /external/jpeg/
wrrle.c 9 * The Utah Raster Toolkit library is required (version 3.1 or later).
23 /* rle.h is provided by the Utah Raster Toolkit. */

Completed in 2690 milliseconds

12 3 4 5 6