OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_STRUCT_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkPostConfig.h
73
#ifndef
SK_STRUCT_ALIGN
75
#define
SK_STRUCT_ALIGN
(N) __declspec(align(N))
77
#define
SK_STRUCT_ALIGN
(N) __attribute__((aligned(N)))
/external/skia/src/core/
SkLinearBitmapPipeline.h
49
struct
SK_STRUCT_ALIGN
(16) Space {
Completed in 42 milliseconds