include: whitespace changes for clang-format
Change-Id: I76ab59d963cebf6cbb450e1873c3e0c63f3f2da0 Reviewed-on: https://skia-review.googlesource.com/155560 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
This commit is contained in:
parent
9e7f50435c
commit
c2d0fb17de
@ -8,11 +8,12 @@
|
||||
#ifndef SkAtlasTextTarget_DEFINED
|
||||
#define SkAtlasTextTarget_DEFINED
|
||||
|
||||
#include <memory>
|
||||
#include "SkDeque.h"
|
||||
#include "SkRefCnt.h"
|
||||
#include "SkScalar.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class SkAtlasTextContext;
|
||||
class SkAtlasTextFont;
|
||||
class SkMatrix;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "SkMatrix.h"
|
||||
#include "../private/SkPathRef.h"
|
||||
#include "../private/SkTo.h"
|
||||
|
||||
#include <initializer_list>
|
||||
|
||||
class SkAutoPathBoundsUpdate;
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "SkRefCnt.h"
|
||||
#include "SkSize.h"
|
||||
#include "SkString.h"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
struct SkIRect;
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "SkPaint.h"
|
||||
#include "SkString.h"
|
||||
#include "SkRefCnt.h"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
struct SkSerialProcs;
|
||||
|
@ -8,7 +8,6 @@
|
||||
#ifndef GrResourceKey_DEFINED
|
||||
#define GrResourceKey_DEFINED
|
||||
|
||||
#include <new>
|
||||
#include "../private/SkOnce.h"
|
||||
#include "../private/SkTemplates.h"
|
||||
#include "../private/SkTo.h"
|
||||
@ -16,6 +15,8 @@
|
||||
#include "SkData.h"
|
||||
#include "SkString.h"
|
||||
|
||||
#include <new>
|
||||
|
||||
uint32_t GrResourceKeyHash(const uint32_t* data, size_t size);
|
||||
|
||||
/**
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "SkRefCnt.h"
|
||||
#include "SkTInternalLList.h"
|
||||
#include "GrCCClipPath.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
class GrCCDrawPathsOp;
|
||||
|
@ -11,9 +11,10 @@
|
||||
#include "SkSurfaceCharacterization.h"
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
#include <map>
|
||||
#include "GrCCPerOpListPaths.h"
|
||||
#include "GrOpList.h"
|
||||
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
class SkSurface;
|
||||
|
@ -5,12 +5,12 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef SkFloatBits_DEFINED
|
||||
#define SkFloatBits_DEFINED
|
||||
|
||||
#include "SkTypes.h"
|
||||
#include "SkSafe_math.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
/** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement
|
||||
|
Loading…
Reference in New Issue
Block a user