Flutter Engine
The Flutter Engine
third_party
skia
src
base
SkUtils.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2006 The Android Open Source Project
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#include "
src/base/SkUtils.h
"
9
10
const
char
SkHexadecimalDigits::gUpper
[16] =
11
{
'0'
,
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'6'
,
'7'
,
'8'
,
'9'
,
'A'
,
'B'
,
'C'
,
'D'
,
'E'
,
'F'
};
12
const
char
SkHexadecimalDigits::gLower
[16] =
13
{
'0'
,
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'6'
,
'7'
,
'8'
,
'9'
,
'a'
,
'b'
,
'c'
,
'd'
,
'e'
,
'f'
};
SkUtils.h
SkHexadecimalDigits::gUpper
const char gUpper[16]
Definition:
SkUtils.cpp:10
SkHexadecimalDigits::gLower
const char gLower[16]
Definition:
SkUtils.cpp:12
Generated on Sun Jun 23 2024 21:56:09 for Flutter Engine by
1.9.4