OSDN Git Service

SDL_CreateRGBSurfaceWithFormatFrom 新規追加 https://wiki.libsdl.org/SDL_CreateRGBSurfaceW...
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 9 Oct 2016 15:55:39 +0000 (00:55 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 9 Oct 2016 16:00:43 +0000 (01:00 +0900)
CategoryAPI.html
CategorySurface.html
SDL_CreateRGBSurfaceWithFormatFrom.html [new file with mode: 0644]

index 4492885..75940a9 100644 (file)
 <li><a href="SDL_CreateMutex.html">SDL_CreateMutex</a></li>
 <li><a href="SDL_CreateRGBSurface.html">SDL_CreateRGBSurface</a></li>
 <li><a href="SDL_CreateRGBSurfaceFrom.html">SDL_CreateRGBSurfaceFrom</a></li>
+<li><a href="SDL_CreateRGBSurfaceWithFormatFrom.html">SDL_CreateRGBSurfaceWithFormatFrom</a></li>
 <li><a href="SDL_CreateRenderer.html">SDL_CreateRenderer</a></li>
 <li><a href="SDL_CreateSemaphore.html">SDL_CreateSemaphore</a></li>
 <li><a href="SDL_CreateSoftwareRenderer.html">SDL_CreateSoftwareRenderer</a></li>
index 6123c05..a21597d 100644 (file)
@@ -28,6 +28,7 @@
 <li><a href="SDL_ConvertSurfaceFormat.html">SDL_ConvertSurfaceFormat</a></li>\r
 <li><a href="SDL_CreateRGBSurface.html">SDL_CreateRGBSurface</a></li>\r
 <li><a href="SDL_CreateRGBSurfaceFrom.html">SDL_CreateRGBSurfaceFrom</a></li>\r
+<li><a href="SDL_CreateRGBSurfaceWithFormatFrom.html">SDL_CreateRGBSurfaceWithFormatFrom</a></li>\r
 <li><a href="SDL_FillRect.html">SDL_FillRect</a></li>\r
 <li><a href="SDL_FillRects.html">SDL_FillRects</a></li>\r
 <li><a href="SDL_FreeSurface.html">SDL_FreeSurface</a></li>\r
diff --git a/SDL_CreateRGBSurfaceWithFormatFrom.html b/SDL_CreateRGBSurfaceWithFormatFrom.html
new file mode 100644 (file)
index 0000000..6ce9dbd
--- /dev/null
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategorySurface.html" title="1\82Â\8fã">
+<title>SDL_CreateRGBSurfaceWithFormatFrom</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategorySurface.html">\83T\81[\83t\83F\83C\83X\82Ì\90\90¬\82Æ\92P\8f\83\82È\95`\89æ</a> - SDL_CreateRGBSurfaceWithFormatFrom
+<hr>
+<h1>SDL_CreateRGBSurfaceWithFormatFrom</h1>
+\8aù\91\82Ì\83s\83N\83Z\83\8b\83f\81[\83^\82©\82ç\90V\82µ\82¢RGB\83T\81[\83t\83F\83C\83X\82ð\90\90¬\82·\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Surface* SDL_CreateRGBSurfaceWithFormatFrom(void* pixels, int width, int height, int depth, int pitch, Uint32 format)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_CreateRGBSurfaceWithFormatFrom">
+<tr><td>pixels</td><td>\8aù\91\82Ì\83s\83N\83Z\83\8b\83f\81[\83^\82Ö\82Ì\83|\83C\83\93\83^</td></tr>
+<tr><td>width</td><td>\83T\81[\83t\83F\83C\83X\82Ì\95\9d</td></tr>
+<tr><td>height</td><td>\83T\81[\83t\83F\83C\83X\82Ì\8d\82\82³</td></tr>
+<tr><td>depth</td><td>\83T\81[\83t\83F\83C\83X\82Ì\83r\83b\83g\90[\93x</td></tr>
+<tr><td>pitch</td><td>pixels\82Ì\90\85\95½\95û\8cü\82Ì\83o\83C\83g\90\94</td></tr>
+<tr><td>format</td><td>\83T\81[\83t\83F\83C\83X\82Ì\83t\83H\81[\83}\83b\83g</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\90¬\8c÷\82Ì\82Æ\82«\90\90¬\82³\82ê\82½<a href="SDL_Surface.html">SDL_Surface</a>, \8e¸\94s\82Ì\82Æ\82«NULL\82ð\96ß\82·.
+<a href="SDL_GetError.html">SDL_GetError()</a>\82ð\8cÄ\82ñ\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.
+<h2>\8fÚ\8d×</h2>
+<p>
+\83\81\83\82\83\8a\82ð\8am\95Û\82Å\82«\82È\82©\82Á\82½\82Æ\82«\82ÍNULL\82ð\96ß\82·.
+</p>
+<h2>\83o\81[\83W\83\87\83\93</h2>
+<p>
+\82±\82Ì\8aÖ\90\94\82ÍSDL 2.0.5\88È\8d~\82Å\8eg\82¦\82é.
+</p>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_CreateRGBSurfaceWithFormat.html">SDL_CreateRGBSurfaceWithFormat</a><br>
+<a href="SDL_FreeSurface.html">SDL_FreeSurface</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_CreateRGBSurfaceWithFormatFrom">SDL_CreateRGBSurfaceWithFormatFrom - SDL Wiki</a>
+<hr>
+</body>
+</html>