repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git]
/
external
/
skia
/
inc
/
skia_compiler.hxx
blob
a26ec29bdd1ea00ad377576cabaf35814362964e
1
/*
2
* Use of this source code is governed by a BSD-style license that can be
3
* found in the LICENSE file.
4
*/
5
6
#ifndef SKIA_COMPILER_H
7
#define SKIA_COMPILER_H
8
9
#include <include/core/SkTypes.h>
10
11
SK_API
const char
*
skia_compiler_name
();
12
13
#endif