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

1 2

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_procs.h 90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
152 #define MAKENAME(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix)
166 #define MAKENAME(suffix) NAME_WRAP(SI8_alpha_D32 ## suffix)
183 #define MAKENAME(suffix) NAME_WRAP(S4444_opaque_D32 ## suffix)
199 #define MAKENAME(suffix) NAME_WRAP(S4444_alpha_D32 ## suffix)
218 #define MAKENAME(suffix) NAME_WRAP(SA8_alpha_D32 ## suffix)
243 #define MAKENAME(suffix) NAME_WRAP(S32_D16 ## suffix
    [all...]
SkBitmapProcState_sample.h 28 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
31 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
34 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
37 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
41 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
83 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
138 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
184 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
227 #undef MAKENAME
SkBitmapProcState_matrix.h 12 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
13 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
14 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
16 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
17 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
147 #undef MAKENAME
SkBitmapProcState_shaderproc.h 11 #define SCALE_FILTER_NAME MAKENAME(_filter_DX_shaderproc)
85 #undef MAKENAME
SkBitmapProcState_matrixProcs.cpp 51 #define MAKENAME(suffix) ClampX_ClampY ## suffix
88 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
114 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/skia/src/core/
SkBitmapProcState_procs.h 90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
152 #define MAKENAME(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix)
166 #define MAKENAME(suffix) NAME_WRAP(SI8_alpha_D32 ## suffix)
183 #define MAKENAME(suffix) NAME_WRAP(S4444_opaque_D32 ## suffix)
199 #define MAKENAME(suffix) NAME_WRAP(S4444_alpha_D32 ## suffix)
218 #define MAKENAME(suffix) NAME_WRAP(SA8_alpha_D32 ## suffix)
243 #define MAKENAME(suffix) NAME_WRAP(S32_D16 ## suffix
    [all...]
SkBitmapProcState_sample.h 28 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
31 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
34 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
37 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
41 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
83 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
138 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
184 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
227 #undef MAKENAME
SkBitmapProcState_matrix.h 12 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
13 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
14 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
16 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
17 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
147 #undef MAKENAME
SkBitmapProcState_shaderproc.h 11 #define SCALE_FILTER_NAME MAKENAME(_filter_DX_shaderproc)
85 #undef MAKENAME
SkBitmapProcState_matrixProcs.cpp 51 #define MAKENAME(suffix) ClampX_ClampY ## suffix
88 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
114 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 5 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
6 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
7 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
8 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
9 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
10 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
12 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
13 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
14 #define PACK_FILTER_X4_NAME MAKENAME(_pack_filter_x4)
15 #define PACK_FILTER_Y4_NAME MAKENAME(_pack_filter_y4
    [all...]
SkBitmapProcState_matrixProcs_neon.cpp 121 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon
135 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 5 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
6 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
7 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
8 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
9 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
10 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
12 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
13 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
14 #define PACK_FILTER_X4_NAME MAKENAME(_pack_filter_x4)
15 #define PACK_FILTER_Y4_NAME MAKENAME(_pack_filter_y4
    [all...]
SkBitmapProcState_matrixProcs_neon.cpp 121 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon
135 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-string-validate-input.html 19 var name = makeName(6);
73 function makeName(n)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-validate-input.js 14 name = makeName(6);
62 function makeName(n)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 14 name = makeName(6);
62 function makeName(n)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-validate-input.js 14 username = makeName(6);
62 function makeName(n)
  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.cc 28 std::string MakeName(int index) {
41 return crx_file::id_util::GenerateId(MakeName(index));
67 profile, MakeName(index), extensions::Manifest::TYPE_THEME);
  /external/chromium_org/third_party/skia/bench/
RotatedRectBench.cpp 74 this->makeName();
123 void makeName() {
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 393 static void makeName(const unsigned char* start, SkPdfNativeObject* obj) {
398 static void makeName(const unsigned char* start, const unsigned char* end,
404 static void makeName(const unsigned char* start, size_t bytes, SkPdfNativeObject* obj) {
    [all...]
SkPdfNativeTokenizer.cpp 534 SkPdfNativeObject::makeName(out, out + outLength, name);
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 393 static void makeName(const unsigned char* start, SkPdfNativeObject* obj) {
398 static void makeName(const unsigned char* start, const unsigned char* end,
404 static void makeName(const unsigned char* start, size_t bytes, SkPdfNativeObject* obj) {
    [all...]
SkPdfNativeTokenizer.cpp 534 SkPdfNativeObject::makeName(out, out + outLength, name);
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 538 theAttributeName = makeName(buff, offset, length).toLowerCase();
679 name = makeName(buff, offset, length);
    [all...]

Completed in 641 milliseconds

1 2