HomeSort by relevance Sort by last modified time
    Searched full:makename (Results 1 - 15 of 15) sorted by null

  /external/skia/src/core/
SkBitmapProcState_matrix.h 2 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
3 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
4 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
5 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
6 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
7 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
9 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
10 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
248 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] = {
257 #undef MAKENAME
    [all...]
SkBitmapProcState_shaderproc.h 1 #define SCALE_FILTER_NAME MAKENAME(_filter_DX_shaderproc)
70 #undef MAKENAME
SkBitmapProcState.cpp 82 #define MAKENAME(suffix) S32_opaque_D32 ## suffix
94 #define MAKENAME(suffix) S32_alpha_D32 ## suffix
113 #define MAKENAME(suffix) S16_opaque_D32 ## suffix
129 #define MAKENAME(suffix) S16_alpha_D32 ## suffix
144 #define MAKENAME(suffix) SI8_opaque_D32 ## suffix
158 #define MAKENAME(suffix) SI8_alpha_D32 ## suffix
175 #define MAKENAME(suffix) S4444_opaque_D32 ## suffix
191 #define MAKENAME(suffix) S4444_alpha_D32 ## suffix
210 #define MAKENAME(suffix) SA8_alpha_D32 ## suffix
236 #define MAKENAME(suffix) S32_D16 ## suffi
    [all...]
SkBitmapProcState_sample.h 19 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
61 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
116 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
162 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
205 #undef MAKENAME
SkBitmapProcState_matrix_repeat.h 28 * #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
37 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale_neon)
38 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
39 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine_neon)
40 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
41 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp_neon)
42 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
44 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
45 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
542 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
SkBitmapProcState_matrix_clamp.h 29 * #define MAKENAME(suffix) ClampX_ClampY ## suffix
39 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale_neon)
40 #define SCALE_FILTER_NAME MAKENAME(_filter_scale_neon)
41 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine_neon)
42 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine_neon)
43 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp_neon)
44 #define PERSP_FILTER_NAME MAKENAME(_filter_persp_neon)
46 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
47 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
889 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
SkBitmapProcState_matrixProcs.cpp 30 #define MAKENAME(suffix) ClampX_ClampY ## suffix
42 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
53 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/guava/src/com/google/common/util/concurrent/
NamingThreadFactory.java 65 makeName(0); // fail fast if format is bad
70 t.setName(makeName(count.getAndIncrement()));
74 private String makeName(int ordinal) {
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-validate-input.js 14 name = makeName(6);
62 function makeName(n)
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 14 name = makeName(6);
62 function makeName(n)
  /external/chromium/base/
field_trial.h 49 // HISTOGRAM_COUNTS(FieldTrial::MakeName("Memory.RendererTotal",
85 // histograms will get unique names via the MakeName() methods.
115 static std::string MakeName(const std::string& name_prefix,
field_trial.cc 58 std::string FieldTrial::MakeName(const std::string& name_prefix,
  /external/chromium/net/http/
http_network_transaction.cc     [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 538 theAttributeName = makeName(buff, offset, length).toLowerCase();
679 name = makeName(buff, offset, length);
    [all...]
  /system/core/sh/
parser.c 109 STATIC union node *makename(void);
605 makename(void) function
632 n->ndup.vname = makename();
670 n->nfile.fname = makename();
    [all...]

Completed in 428 milliseconds