Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e4faa14de8a1264811f07e4d24477ef33235cce2
/
src
/
ports
/
SkFontHost_android.cpp
e4faa14
Remove unused complex script support from android builds
by commit-bot@chromium.org
· 11 years ago
070da5e
add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it
by reed@google.com
· 12 years ago
1fa793f
remove SkFontHost::NextLogicalFont, and add android-specific function
by reed@google.com
· 12 years ago
fe74765
Change fixedWidth to fixedPitch and implement on Windows.
by bungeman@google.com
· 12 years ago
5526ede
land https://codereview.chromium.org/12676024
by reed@google.com
· 12 years ago
ce9d95a
Fix for android_clang_dbg compiler error
by robertphillips@google.com
· 12 years ago
292b1d4
remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()
by reed@google.com
· 12 years ago
0228856
revert 8331 (broke android text)
by reed@google.com
· 12 years ago
1361d78
override SkTypeface::onOpenStream for android
by reed@google.com
· 12 years ago
66d831d
remove SkFontHost::GetFileName
by mike@reedtribe.org
· 12 years ago
0da4861
remove SkFontHost::CreateScalerContext
by reed@google.com
· 12 years ago
e1575aa
reland 8200 w/ fix for android (use fullpath instead of path)
by reed@google.com
· 12 years ago
070235e
revert 8204 -- what is happening???
by reed@google.com
· 12 years ago
4f7e846
reland 8200 w/ fix for android (need fullpath instead of path)
by reed@google.com
· 12 years ago
1311f7e
revert 8200 to figure out android break
by reed@google.com
· 12 years ago
d5ea2ae
move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability
by reed@google.com
· 12 years ago
059a4c7
refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework.
by commit-bot@chromium.org
· 12 years ago
efbe8e9
Fix errors when compiling with -Wall -Werror on Android.
by djsollen@google.com
· 12 years ago
dd335ae
Change to BDS license (as we did with all the other files that were Apache)
by reed@google.com
· 12 years ago
77465f9
Avoid deadlock in SkGetFallbackFamilyNameForChar().
by djsollen@google.com
· 12 years ago
bae1712
Disable automatic font fallback of SkFontHost_android when building for WebKit
by djsollen@google.com
· 12 years ago
3f5d682
cleanup coding style for r5825
by djsollen@google.com
· 12 years ago
6f1dbff
Reduce Android Log Spam.
by djsollen@google.com
· 12 years ago
b9e4c5d
Upstream Clank's SkFontHost_Android DRT infinite loop fix.
by tomhudson@google.com
· 12 years ago
57cdcc0
Change Arabic sample character from 0x0600 to 0x0627.
by djsollen@google.com
· 12 years ago
5df2a99
[android] Add an API to load customized font config for testing.
by djsollen@google.com
· 12 years ago
b0d416c
Store font family when serializing android fonts.
by djsollen@google.com
· 12 years ago
15eeca0
Update the implementation of SkTypeface_android.h functions.
by djsollen@google.com
· 12 years ago
9714516
Add SkFontDescriptor for serializing fonts.
by djsollen@google.com
· 12 years ago
fc9054d
Use a NDK-compliant way of reading locale.
by djsollen@google.com
· 12 years ago
0389d93
remove unused ptr/len parameters from CreateTypeface
by reed@google.com
· 12 years ago
548674f
Upstream font changes from Android repository.
by djsollen@google.com
· 13 years ago
4cccc6b
Fix deadlock in Android's font deserializer.
by djsollen@google.com
· 13 years ago
e63793a
Upstream changes from Android repository.
by djsollen@google.com
· 13 years ago
b8ff633
Fix broken android build
by djsollen@google.com
· 13 years ago
ff02960
Add CreateFallbackForScript to SkTypeface for Android.
by djsollen@google.com
· 13 years ago
ddd0ed5
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated.
by bungeman@google.com
· 13 years ago
e401399
Lazily allocate gNameList, and protect its usage behind the global mutex.
by djsollen@google.com
· 13 years ago
4dc686d
Fix regression where we disable fonts with no specified name
by djsollen@google.com
· 13 years ago
60abb07
Merge changes from the android repo upstream to Skia
by djsollen@google.com
· 13 years ago
1771cbf
posix: Avoid static initializers in static/global mutexes
by digit@google.com
· 13 years ago
0c00f21
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
by tomhudson@google.com
· 13 years ago
77407ca
add api to SkGraphics to get/set font cache limit
by reed@google.com
· 13 years ago
5862929
Adding support to trunk for building Skia using the Android NDK.
by djsollen@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
7d26c59
add 2nd parameter to SkFontHost::NextLogicalFont()
by reed@google.com
· 13 years ago
7b34ea6
Upstreaming code from android repository.
by djsollen@google.com
· 14 years ago
5b31b0f
add fixed-width attribute to typeface (patch from russellbrenner)
by reed@google.com
· 14 years ago
c48b2b3
Cleanup SkPDFTypfaceInfo and make it more generic.
by vandebo@chromium.org
· 14 years ago
2a22e10
Add Truetype and Type 1 font embedding support
by vandebo@chromium.org
· 14 years ago
4f80951
fix for issue 93: need to rewind the shared stream each time openStream() is called
by reed@google.com
· 14 years ago
5f6a076
Add a SkTypeface::CreateForChars() function.
by agl@chromium.org
· 15 years ago
faea355
update for new fonts
by reed@android.com
· 15 years ago
ac98154
add GetFileName api to SkFontHost
by reed@android.com
· 15 years ago
fcce647
pull latest from android
by reed@android.com
· 16 years ago
a14ea0e
Simplify font-chaining (fallbacks) to have fonthost just return the next
by reed@android.com
· 16 years ago
62533ed
fix leak in Deserialize
by reed@android.com
· 16 years ago
fb12c3e
fix ref() in CreateTypeface fix comment in SkDraw.cpp
by reed@android.com
· 16 years ago
b1d9d2e
Significant cleanup in api, and more importantly in sementics, of SkFontHost
by reed@android.com
· 16 years ago
1550a42
pull from android - add createfromfile entry-point
by reed@android.com
· 16 years ago
8a1c16f
grab from latest android
by reed@android.com
· 16 years ago