のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-05-20から1日間の記事一覧

splint

splintはC++未対応だった。 $ splint -help vars Splint 3.1.2 --- 03 May 2009 LARCH_PATH = <not set> (default = .:/usr/share/splint/lib:/build/buildd/splint-3.1.2.dfsg1/lib:) --- path used to find larch initialization files and LSL traits LCLIMPORTDIR</not>…

getUniqueString

855 const char* name = ((FamilyTypeface*)face)->getUniqueString(); 856 857 stream->write8((uint8_t)face->style()); 858 859 if (NULL == name || 0 == *name) { 860 stream->writePackedUInt(0); 861 // SkDebugf("--- fonthost serialize null\n"); …

android apiDemos:graphics:pictures:endRecording

public SampleView(Context context) { super(context); setFocusable(true); setFocusableInTouchMode(true); mPicture = new Picture(); drawSomething(mPicture.beginRecording(200, 100)); mPicture.endRecording(); <===== ここで使用している。 mDrawa…

galaxy-nexus(4.2.2)で、svgが表示されない。(svg-android-1.1.jar)

galaxy-nexusでsvgファイルを表示しようとしたところ、表示されなかった。使用したライブラリは、svg-android-1.1.jarです。 表示するSVGファイルは、android.svgです。 public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceSta…