HomeSort by relevance Sort by last modified time
    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 138 milliseconds