Home
last modified time | relevance | path

Searched refs:SK_STRUCT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPostConfig.h73 #ifndef SK_STRUCT_ALIGN
75 #define SK_STRUCT_ALIGN(N) __declspec(align(N)) macro
77 #define SK_STRUCT_ALIGN(N) __attribute__((aligned(N))) macro
/external/skia/src/core/
DSkLinearBitmapPipeline.h49 struct SK_STRUCT_ALIGN(16) Space {